Have mkdisk create cdrom dir?

This commit is contained in:
K. Lange 2018-07-14 18:34:10 +09:00
parent 23571de085
commit 200e1b66a6
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ IN=$2
OUTDIR=`dirname $1`
rm -f $OUT
mkdir -p cdrom
fallocate -l 64M $OUT
mkfs.fat $OUT