aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-13 10:15:39 -0400
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-03-13 10:15:39 -0400
commit442e59ed0ca0f6bf47cd241588ec949457f43c9e (patch)
treec396b403f0b5c864c1d4f891808bb95668555783
parentcleanup poll_for_media() in addon-storage.c (diff)
downloadgentoo-hal-442e59ed0ca0f6bf47cd241588ec949457f43c9e.tar.gz
gentoo-hal-442e59ed0ca0f6bf47cd241588ec949457f43c9e.tar.bz2
gentoo-hal-442e59ed0ca0f6bf47cd241588ec949457f43c9e.zip
add large as a valid vfat mount option for FreeBSD
FreeBSD now has support for mounting large msdosfs file systems if the hidden -o large mount option is used. Therefore, add this to the list of support vfat options. Reported by: peter weismann <pit@weispit.eu>
-rw-r--r--fdi/policy/10osvendor/20-storage-methods.fdi1
1 files changed, 1 insertions, 0 deletions
diff --git a/fdi/policy/10osvendor/20-storage-methods.fdi b/fdi/policy/10osvendor/20-storage-methods.fdi
index 5f913ba9..e8a8c604 100644
--- a/fdi/policy/10osvendor/20-storage-methods.fdi
+++ b/fdi/policy/10osvendor/20-storage-methods.fdi
@@ -223,6 +223,7 @@
<append key="volume.mount.valid_options" type="strlist">-M=</append>
<append key="volume.mount.valid_options" type="strlist">-L=</append>
<append key="volume.mount.valid_options" type="strlist">-D=</append>
+ <append key="volume.mount.valid_options" type="strlist">large</append>
</match>
</match>