hal/fdi/90defaultpolicy storage-policy.fdi,1.5,1.6
David Zeuthen
david at freedesktop.org
Mon Oct 18 16:54:13 PDT 2004
Update of /cvs/hal/hal/fdi/90defaultpolicy
In directory gabe:/tmp/cvs-serv9931/fdi/90defaultpolicy
Modified Files:
storage-policy.fdi
Log Message:
2004-10-18 David Zeuthen <davidz at redhat.com>
* fdi/90defaultpolicy/storage-policy.fdi: Allows allow legacy floppy
drives to be mounted by matching storage.bus=platform
Index: storage-policy.fdi
===================================================================
RCS file: /cvs/hal/hal/fdi/90defaultpolicy/storage-policy.fdi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- storage-policy.fdi 15 Oct 2004 20:46:08 -0000 1.5
+++ storage-policy.fdi 18 Oct 2004 23:54:11 -0000 1.6
@@ -30,6 +30,9 @@
<match key="storage.bus" string="sata">
<merge key="storage.policy.should_mount" type="bool">true</merge>
</match>
+ <match key="storage.bus" string="platform">
+ <merge key="storage.policy.should_mount" type="bool">true</merge>
+ </match>
</match>
<!-- Handle drives with non-partitioned media -->
More information about the hal-commit
mailing list