summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2008-07-10 15:45:13 +0000
committerPatrick McLean <chutzpah@gentoo.org>2008-07-10 15:45:13 +0000
commitfeded456be8798758971ee4499caf70914d9d6a1 (patch)
treea1fdf9e1b23090ffe0891ff3cdf1e711749dc77f /sys-fs/ntfs3g/files
parentdev-cpp/libgnomeuimm: update HOMEPAGE (diff)
downloadgentoo-2-feded456be8798758971ee4499caf70914d9d6a1.tar.gz
gentoo-2-feded456be8798758971ee4499caf70914d9d6a1.tar.bz2
gentoo-2-feded456be8798758971ee4499caf70914d9d6a1.zip
Add "hal" USE flag to install .fdi file so hal will mount NTFS with ntfs-3g rather than the kernel NTFS driver. Thanks to Malte Starostik <m-starostik@versanet.de> (bug #231376). Stabilize ntfs3g-1.2531 on amd64 (bug #231422).
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'sys-fs/ntfs3g/files')
-rw-r--r--sys-fs/ntfs3g/files/10-ntfs3g.fdi10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-fs/ntfs3g/files/10-ntfs3g.fdi b/sys-fs/ntfs3g/files/10-ntfs3g.fdi
new file mode 100644
index 000000000000..488f47bb72cd
--- /dev/null
+++ b/sys-fs/ntfs3g/files/10-ntfs3g.fdi
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<deviceinfo version="0.2">
+ <device>
+ <match key="volume.fstype" string="ntfs">
+ <merge key="volume.fstype" type="string">ntfs-3g</merge>
+ <merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
+ <append key="volume.mount.valid_options" type="strlist">locale=</append>
+ </match>
+ </device>
+</deviceinfo>