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:
parent
29f4dd7034
commit
65aa7a4c02
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-and-test.yml
vendored
6
.github/workflows/build-and-test.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue