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