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