change default mount options for vfat to utf8=1 and shortname=lower
authorDavid Zeuthen <davidz@redhat.com>
Wed, 8 Apr 2009 17:18:19 +0000 (13:18 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 8 Apr 2009 17:18:19 +0000 (13:18 -0400)
See https://bugzilla.redhat.com/show_bug.cgi?id=489222 for details.

src/devkit-disks-device.c

index 2e1add3..4ba6fd4 100644 (file)
@@ -3989,10 +3989,9 @@ static const char *vfat_defaults[] =       {"uid=",
                                             "gid=",
                                             "shortname=lower",
                                             "dmask=0077",
-                                            "iocharset=utf8",
-                                            "codepage=437",
+                                            "utf8=1",
                                             NULL};
-static const char *vfat_allow[] =          {"utf8",
+static const char *vfat_allow[] =          {"utf8=",
                                             "shortname=",
                                             "umask=",
                                             "dmask=",