mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
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…
x
Reference in New Issue
Block a user