hal: Branch 'hal-0_5_9-branch'

David Zeuthen david at kemper.freedesktop.org
Wed Apr 18 12:25:55 PDT 2007


 fdi/policy/10osvendor/20-storage-methods.fdi |    1 +
 1 files changed, 1 insertion(+)

New commits:
diff-tree 0bb187c40d1e1993641a3860b6689e0b5b8ff5ff (from 0523ace91d10d13ee84ddac8aa29cc4f33661e00)
Author: Martin Pitt <martin at piware.de>
Date:   Wed Apr 18 15:25:38 2007 -0400

    allow 'utf8' mount option for NTFS
    
    this tiny patch allows NTFS users to supply the 'utf8' mount option.
    Yay unicode! :) It applies to 0.5.9 stable and git head.

diff --git a/fdi/policy/10osvendor/20-storage-methods.fdi b/fdi/policy/10osvendor/20-storage-methods.fdi
index 79904f2..b2b190f 100644
--- a/fdi/policy/10osvendor/20-storage-methods.fdi
+++ b/fdi/policy/10osvendor/20-storage-methods.fdi
@@ -186,6 +186,7 @@
 	  <append key="volume.mount.valid_options" type="strlist">gid=</append>
 	  <append key="volume.mount.valid_options" type="strlist">umask=</append>
 	  <append key="volume.mount.valid_options" type="strlist">locale=</append>
+	  <append key="volume.mount.valid_options" type="strlist">utf8</append>
 	</match>
 	<match key="/org/freedesktop/Hal/devices/computer:system.kernel.name" string="FreeBSD">
 	  <append key="volume.mount.valid_options" type="strlist">-u=</append>


More information about the hal-commit mailing list