hal: Branch 'hal-0_5_9-branch'
David Zeuthen
david at kemper.freedesktop.org
Wed May 2 21:12:00 PDT 2007
fdi/policy/10osvendor/20-storage-methods.fdi | 1 +
1 files changed, 1 insertion(+)
New commits:
diff-tree b39bdd8c990ecf68948c1f3eeaaf54bdd6bc0d99 (from 56b9cd55d38bfe0856bba3423ab329b1f32c14d1)
Author: Frederic Crozat <fcrozat at mandriva.com>
Date: Thu May 3 00:11:42 2007 -0400
allow flush for vfat
Since latest kernel have now "flush" support for vfat, it is a good idea
to allow this option for removable media mounting.
diff --git a/fdi/policy/10osvendor/20-storage-methods.fdi b/fdi/policy/10osvendor/20-storage-methods.fdi
index b2b190f..3abf52b 100644
--- a/fdi/policy/10osvendor/20-storage-methods.fdi
+++ b/fdi/policy/10osvendor/20-storage-methods.fdi
@@ -152,6 +152,7 @@
<append key="volume.mount.valid_options" type="strlist">dmask=</append>
<append key="volume.mount.valid_options" type="strlist">fmask=</append>
<append key="volume.mount.valid_options" type="strlist">uid=</append>
+ <append key="volume.mount.valid_options" type="strlist">flush</append>
</match>
<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="FreeBSD">
<append key="volume.mount.valid_options" type="strlist">longnames</append>
More information about the hal-commit
mailing list