home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / usr / share / doc / packages / hal / conf / storage-non-fixed.fdi < prev    next >
Extensible Markup Language  |  2006-11-29  |  625b  |  18 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!-- This .fdi files makes sure no fixed storage device gets tagged as
  4.      mountable except if it's a floppy or optical drive -->
  5. <deviceinfo version="0.2">
  6.   <device>
  7.     <match key="storage.hotpluggable" bool="false">
  8.     <merge key="storage.policy.should_mount" type="bool">false</merge>
  9.     <match key="storage.drive_type" string="floppy">
  10.       <merge key="storage.policy.should_mount" type="bool">true</merge>
  11.     </match>
  12.     <match key="storage.drive_type" string="cdrom">
  13.       <merge key="storage.policy.should_mount" type="bool">true</merge>
  14.     </match>
  15.     </match>
  16.   </device>
  17. </deviceinfo>
  18.