1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 19:07:54 +01:00

remove display

This commit is contained in:
Jason N. 2024-02-29 10:48:09 -05:00
parent 02cb4591e4
commit c77decc5f7

View file

@ -181,5 +181,5 @@ jobs:
- name: Start a VM - name: Start a VM
run: | run: |
qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu kvm64 -cdrom test.iso -drive file=disk.qcow2 -serial telnet:localhost:4321,server,nowait qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu kvm64 -display none -cdrom test.iso -drive file=disk.qcow2 -serial telnet:localhost:4321,server,nowait
timeout 1m nc localhost 4321 timeout 1m nc localhost 4321