diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-24 17:24:00 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-24 23:15:50 +0100 |
commit | ac8c6bc95e5872e01c3be8da609ffe5cd07f81da (patch) | |
tree | 4d0dad8139b528f3a18dfba83497b4ca9d704c5d /scripts | |
parent | 7604383d10961b05e5393420fbf27e04eccc989e (diff) | |
download | vyos-build-ac8c6bc95e5872e01c3be8da609ffe5cd07f81da.tar.gz vyos-build-ac8c6bc95e5872e01c3be8da609ffe5cd07f81da.zip |
Testsuite: remove VNC console from qemu cmdline
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 88477afd..30363068 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -158,7 +158,6 @@ try: -machine accel=kvm \ {CPU} \ -smp 2 \ - -vnc 0.0.0.0:99 \ -nographic \ -boot d -cdrom {CD} \ {KVM} \ |