Files
mop3/testing/make_test_drive.sh
kamkow1 be8d1e4596
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m22s
make_test_drive.sh pure FAT32 image
2026-03-10 21:10:15 +01:00

10 lines
124 B
Bash
Executable File

#!/bin/sh
set -xe
rm -f test_drive.img
dd if=/dev/zero of=test_drive.img bs=1M count=128
mkfs.vfat -F 32 test_drive.img