make_test_drive.sh pure FAT32 image
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m22s

This commit is contained in:
2026-03-10 21:10:15 +01:00
parent e9806c862c
commit be8d1e4596

View File

@@ -6,7 +6,4 @@ rm -f test_drive.img
dd if=/dev/zero of=test_drive.img bs=1M count=128 dd if=/dev/zero of=test_drive.img bs=1M count=128
parted test_drive.img --script mklabel msdos mkfs.vfat -F 32 test_drive.img
parted test_drive.img --script mkpart primary fat32 1MiB 128MiB
mkfs.vfat -F 32 --offset 2048 test_drive.img