make_test_drive.sh pure FAT32 image
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m22s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m22s
This commit is contained in:
@@ -6,7 +6,4 @@ rm -f test_drive.img
|
||||
|
||||
dd if=/dev/zero of=test_drive.img bs=1M count=128
|
||||
|
||||
parted test_drive.img --script mklabel msdos
|
||||
parted test_drive.img --script mkpart primary fat32 1MiB 128MiB
|
||||
|
||||
mkfs.vfat -F 32 --offset 2048 test_drive.img
|
||||
mkfs.vfat -F 32 test_drive.img
|
||||
|
||||
Reference in New Issue
Block a user