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

print output

This commit is contained in:
Jason N. 2024-02-29 09:58:12 -05:00
parent 29f4dd7034
commit 65aa7a4c02

View file

@ -152,7 +152,7 @@ jobs:
- name: Ensure qemu is installed - name: Ensure qemu is installed
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y qemu qemu-utils xorriso unzip qemu-system-x86 sudo apt-get install -y qemu qemu-utils xorriso unzip qemu-system-x86 netcat
- name: Create disk - name: Create disk
run: | run: |
@ -177,7 +177,9 @@ jobs:
-chmod 0444 ks.cfg -chmod 0444 ks.cfg
-end -end
EOF EOF
implantisomd5 test.iso
- name: Start a VM - name: Start a VM
run: | run: |
qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu host -cdrom test.iso -drive file=disk.qcow2 qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu kvm64 -cdrom test.iso -drive file=disk.qcow2 -serial telnet:localhost:4321,server,nowait
timeout 1m nc localhost 4321