use dd if fallocate fails (ext3?)
This commit is contained in:
parent
5cea798957
commit
6598a4cb9c
@ -7,7 +7,7 @@ OUTDIR=`dirname $1`
|
||||
|
||||
rm -f $OUT
|
||||
mkdir -p cdrom
|
||||
fallocate -l 64M $OUT
|
||||
fallocate -l 64M $OUT || dd if=/dev/zero bs=1M count=64 of=$OUT
|
||||
mkfs.fat $OUT
|
||||
|
||||
#echo "Turning $IN into $OUT"
|
||||
|
Loading…
Reference in New Issue
Block a user