hal: Branch 'master'

Joe Marcus Clarke marcus at kemper.freedesktop.org
Thu Mar 13 07:15:36 PDT 2008


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

New commits:
commit 442e59ed0ca0f6bf47cd241588ec949457f43c9e
Author: Joe Marcus Clarke <marcus at FreeBSD.org>
Date:   Thu Mar 13 10:15:39 2008 -0400

    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 at weispit.eu>

diff --git a/fdi/policy/10osvendor/20-storage-methods.fdi b/fdi/policy/10osvendor/20-storage-methods.fdi
index 5f913ba..e8a8c60 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>
 


More information about the hal-commit mailing list