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

test start vm

This commit is contained in:
Jason N. 2024-02-29 09:07:28 -05:00
parent e0292ee98b
commit f23465e38a

View file

@ -167,7 +167,6 @@ jobs:
- name: Add anaconda.ks to ISO
run: |
ls
unzip *.zip
cat << EOF > ks.cfg
EOF
@ -179,6 +178,6 @@ jobs:
-end
EOF
#- name: Start a VM
# run: |
# qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu host -cdrom test.iso -drive file=disk.qcow2
- name: Start a VM
run: |
qemu-system-x86_64 --name "Anaconda" -m 4096 -cpu host -cdrom test.iso -drive file=disk.qcow2