we need a bit extra now

This commit is contained in:
rusefillc 2022-04-17 22:48:48 -04:00
parent 3d44f6d2c0
commit 9b067b1a5a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ echo "create_ini_image_compressed: ini $FULL_INI to $H_OUTPUT size $FS_SIZE for
rm -f $IMAGE $IMAGE.gz
# copy *count*KB of zeroes
dd if=/dev/zero of=$IMAGE bs=1024 count=$FS_SIZE
dd if=/dev/zero of=$IMAGE bs=1152 count=$FS_SIZE
# create a FAT filesystem inside, name it RUSEFI
mkfs.fat $IMAGE