X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-scripts%2Fop_createsd.sh;h=54796cd3f2f105b3233e67ce7793f6111725a16f;hp=d2fe3edaa15977262e7b6c09f9b0966129c44da7;hb=2cd20f7e27dafd78239eade3a59006f7c32ff32a;hpb=634e6541e38ddb6ec8c259cd7bdcb8714e2d9c3e;ds=sidebyside diff --git a/recipes/pandora-system/pandora-scripts/op_createsd.sh b/recipes/pandora-system/pandora-scripts/op_createsd.sh index d2fe3ed..54796cd 100644 --- a/recipes/pandora-system/pandora-scripts/op_createsd.sh +++ b/recipes/pandora-system/pandora-scripts/op_createsd.sh @@ -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"