Skip to content

Commit

Permalink
e2e: run Qemu with -nographic instead of -vga qxl
Browse files Browse the repository at this point in the history
Ubuntu 22.04 has known issues when trying to use -vga qxl with kvm. We
do not need VGA for anything, so let's stop using qxl.
  • Loading branch information
askervin committed Nov 8, 2022
1 parent a7d5fb3 commit c2f3ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/lib/vm.bash
Expand Up @@ -17,6 +17,7 @@ vms:
- KVM_CPU_OPTS=${VM_QEMU_CPUMEM:=-machine pc -smp cpus=4 -m 8G}
- EXTRA_QEMU_OPTS=-monitor unix:/data/monitor,server,nowait ${VM_QEMU_EXTRA}
- USE_NET_BRIDGES=${USE_NET_BRIDGES:-0}
- DISABLE_VGA=1
user-data: |
#!/bin/bash
set -e
Expand Down

0 comments on commit c2f3ff8

Please sign in to comment.