Update start-qemu
Format should be qcow2 not raw.
This commit is contained in:
parent
7f0e4cb747
commit
b35f83db20
|
@ -39,7 +39,7 @@ if [ "$QEMU_HDA" ]; then
|
|||
fi
|
||||
# http://wiki.qemu.org/download/qemu-doc.html#Invocation
|
||||
#qemuArgs+=( -hda "$QEMU_HDA" )
|
||||
qemuArgs+=( -drive file="$QEMU_HDA",index=0,media=disk,format=raw,discard=unmap )
|
||||
qemuArgs+=( -drive file="$QEMU_HDA",index=0,media=disk,format=qcow2,discard=unmap )
|
||||
fi
|
||||
|
||||
if [ "$QEMU_CDROM" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user