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
Wrap
Extensible Markup Language
|
2006-11-29
|
310b
|
11 lines
<?xml version="1.0" encoding="UTF-8"?>
<!-- This .fdi files will tag all storage devices as non mountable -->
<deviceinfo version="0.2">
<device>
<match key="info.category" string="storage">
<merge key="storage.policy.should_mount" type="bool">false</merge>
</match>
</device>
</deviceinfo>