run.sh: Enable qemu monitor by default
This commit is contained in:
parent
22e1822d24
commit
dea60e36dc
|
|
@ -128,4 +128,4 @@ if ! echo $ARGS | grep -q 'ostree='; then
|
|||
ARGS="ostree=${BRANCH_PREFIX}runtime-current $ARGS"
|
||||
fi
|
||||
|
||||
exec qemu-kvm -kernel ./tmp-eglibc/deploy/images/bzImage-qemux86.bin -hda gnomeos-fs.img -net user -net nic,model=virtio -append "$ARGS"
|
||||
exec qemu-kvm -kernel ./tmp-eglibc/deploy/images/bzImage-qemux86.bin -hda gnomeos-fs.img -net user -net nic,model=virtio -append "$ARGS" -monitor stdio
|
||||
|
|
|
|||
Loading…
Reference in New Issue