[Bug 61767] Re: External disks PPC bootstrap partition are automounted

didier did447 at gmail.com
Sat Dec 16 01:52:17 UTC 2006


Nope :(

debian patching is a bit too fuzzy. in:

 /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi
-------------------------
    <match key="volume.fsusage" string="filesystem">

      <!-- Should always ignore Apple Bootstrap partitions (it would be -->
      <!-- a security hole to mount it) - TODO: should use the bootable -->
      <!-- flag from the Mac partition table instead -->
      <match key="volume.fstype" string="hfs">
        <match key="volume.label" string="bootstrap">
          <merge key="volume.ignore" type="bool">true</merge>
        </match>
      </match>
        
      <!-- Here follow volumes we specifically want to ignore - it is the -->
      <!-- responsibility of software higher in the stack (e.g. gnome-vfs) -->
      <!-- amd mount programs (e.g. Mount() on HAL) to respect volume.ignore -->
      <merge key="volume.ignore" type="bool">false</merge>

------------------------------------
moving the line 
     <merge key="volume.ignore" type="bool">false</merge> 

before
      <match key="volume.fstype" string="hfs">

works though.
Thanks.

-- 
External disks PPC bootstrap partition are automounted
https://launchpad.net/bugs/61767




More information about the desktop-bugs mailing list