forked from josch/mmdebstrap
run_qemu.sh: short-form boolean option 'read-only' deprecated, using read-only=on instead
This commit is contained in:
parent
7a057e37dd
commit
c3aa679fec
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ timeout --foreground 40m qemu-system-"$QEMUARCH" \
|
|||
-serial unix:/tmp/ttyS0,server,nowait \
|
||||
-serial unix:/tmp/ttyS1,server,nowait \
|
||||
-net nic,model=virtio -net user \
|
||||
-drive if=pflash,format=raw,unit=0,read-only,file="$CODE" \
|
||||
-drive if=pflash,format=raw,unit=0,read-only=on,file="$CODE" \
|
||||
-virtfs local,id=mmdebstrap,path="$(pwd)/shared",security_model=none,mount_tag=mmdebstrap \
|
||||
-drive file="$tmpdir/debian-$DEFAULT_DIST-overlay.qcow",cache=unsafe,index=0,if=virtio \
|
||||
>"$tmpdir/log" 2>&1 || ret=$?
|
||||
|
|
Loading…
Reference in a new issue