-I option used on mkfs.vfat for /dev/loop0 support

This commit is contained in:
Chris Swan 2012-09-05 01:19:04 +02:00
parent 4b3717515c
commit 15bf3b423b

View File

@ -206,7 +206,7 @@ echo "#########################################################"
# create filesystem
echo "creating filesystem on $PART1..."
mkfs.vfat "$PART1" -n System
mkfs.vfat "$PART1" -I -n System
echo "creating filesystem on $PART2..."
mkfs.ext4 "$PART2" -L Storage