Add "format" to silence "autodetection is scary" warnings
This commit is contained in:
parent
20a4f3a145
commit
89a4df607b
|
@ -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,discard=unmap )
|
||||
qemuArgs+=( -drive file="$QEMU_HDA",index=0,media=disk,format=raw,discard=unmap )
|
||||
fi
|
||||
|
||||
if [ "$QEMU_CDROM" ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user