op_createsd: Added -F 32 to mkfs.vfat.
authorMichael Mrozek <EvilDragon@openpandora.org>
Mon, 14 Jan 2013 01:57:26 +0000 (02:57 +0100)
committerMichael Mrozek <EvilDragon@openpandora.org>
Mon, 14 Jan 2013 01:57:26 +0000 (02:57 +0100)
recipes/pandora-system/pandora-scripts.bb
recipes/pandora-system/pandora-scripts/op_createsd.sh

index 78b5618..2141686 100644 (file)
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
-PR = "r127"
+PR = "r128"
 
 SRC_URI = " \
           file://op_paths.sh \
index d2fe3ed..54796cd 100644 (file)
@@ -22,7 +22,7 @@ device=$(grep "${selection2}" /proc/mounts | awk '{print $1}')
                                        (
                                        case $fstype in
                                                "vfat")
-                                               gksudo "mkfs.vfat -n "$name" $device"
+                                               gksudo "mkfs.vfat -F 32 -n "$name" $device"
                                        ;;
                                                "ext2") 
                                                gksudo "mkfs.ext2 -L "$name" $device"