mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +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
|
- name: Add anaconda.ks to ISO
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
unzip *.zip
|
|
||||||
cat << EOF > ks.cfg
|
cat << EOF > ks.cfg
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
@ -179,6 +178,6 @@ jobs:
|
||||||
-end
|
-end
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
#- 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 host -cdrom test.iso -drive file=disk.qcow2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue