Skip to content

Commit db2c62c

Browse files
committed
Set exfat as default filesystem (sorry Ubuntu)
1 parent 8d13889 commit db2c62c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

multios-usb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -eo pipefail
1010

1111
# Defaults
1212
scriptname=$(basename "$0")
13-
fs_type="fat32"
13+
fs_type="exfat"
1414
data_size=""
1515
efi_size="25M"
1616
data_label="MultiOS-USB"

0 commit comments

Comments
 (0)