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-skip-all.fdi < prev   
Extensible Markup Language  |  2006-11-29  |  310b  |  11 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!-- This .fdi files will tag all storage devices as non mountable -->
  4. <deviceinfo version="0.2">
  5.   <device>
  6.     <match key="info.category" string="storage">
  7.       <merge key="storage.policy.should_mount" type="bool">false</merge>
  8.     </match>
  9.   </device>
  10. </deviceinfo>
  11.