diff options
Diffstat (limited to 'helpers/lh_binary_usb-hdd')
-rwxr-xr-x | helpers/lh_binary_usb-hdd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helpers/lh_binary_usb-hdd b/helpers/lh_binary_usb-hdd index 7977d8b..033717a 100755 --- a/helpers/lh_binary_usb-hdd +++ b/helpers/lh_binary_usb-hdd @@ -117,7 +117,7 @@ esac case "${LH_BINARY_FILESYSTEM}" in ext2|ext3) PARTITION_TYPE="ext2" - ;; + ;; fat16|fat32) PARTITION_TYPE="${LH_BINARY_FILESYSTEM}" @@ -167,12 +167,12 @@ case "${LH_BINARY_FILESYSTEM}" in ;; fat16) - MKFS="vfat" + MKFS="vfat" MKFS_OPTIONS="-F 16 -n DEBIAN_LIVE" ;; fat32) - MKFS="vfat" + MKFS="vfat" MKFS_OPTIONS="-F 32 -n DEBIAN_LIVE" ;; esac |