diff options
Diffstat (limited to 'test-machine-aarch64-m1')
-rwxr-xr-x | test-machine-aarch64-m1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test-machine-aarch64-m1 b/test-machine-aarch64-m1 index 990f5a8..62248b2 100755 --- a/test-machine-aarch64-m1 +++ b/test-machine-aarch64-m1 @@ -105,11 +105,13 @@ fi \ -vnc :1 \ \ - -chardev stdio,id=qmp \ - -mon chardev=qmp,mode=control,pretty=on \ + -monitor stdio \ \ -boot c "$@" +# -chardev stdio,id=qmp \ +# -mon chardev=qmp,mode=control,pretty=on \ + if [ -z "$etap" ]; then sudo ip tuntap delete "$tap" mode tap fi |