Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > abfd36e1b07cea7d6b0dc5217aa0c2f1 > files > 75

hal-0.5.8.1-64.el5.x86_64.rpm

<?xml version="1.0" encoding="UTF-8"?>

<!-- This .fdi files makes sure no fixed storage device gets tagged as
     mountable except if it's a floppy or optical drive -->
<deviceinfo version="0.2">
  <device>
    <match key="storage.hotpluggable" bool="false">
	<merge key="storage.policy.should_mount" type="bool">false</merge>
	<match key="storage.drive_type" string="floppy">
	  <merge key="storage.policy.should_mount" type="bool">true</merge>
	</match>
	<match key="storage.drive_type" string="cdrom">
	  <merge key="storage.policy.should_mount" type="bool">true</merge>
	</match>
    </match>
  </device>
</deviceinfo>