op_createsd: Added -F 32 to mkfs.vfat.
[openpandora.oe.git] / recipes / pandora-system / pandora-scripts / op_createsd.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"