os3/rawimg/mkimg_linux.sh

4 lines
No EOL
90 B
Bash

#!/bin/bash
echo "Generating image $1..."
qemu-img create $1 512M
mkfs.vfat $1 -n OS3_BOOT