chore: Disable libvirt & virtlog daemons
Some checks failed
build-image / Build image (push) Failing after 2m10s
Some checks failed
build-image / Build image (push) Failing after 2m10s
This commit is contained in:
@ -87,17 +87,16 @@ jobs:
|
|||||||
qemu-img create -f qcow2 ubuntu-vm/ubuntu.qcow2 10G
|
qemu-img create -f qcow2 ubuntu-vm/ubuntu.qcow2 10G
|
||||||
- name: Run virt-install
|
- name: Run virt-install
|
||||||
run: |
|
run: |
|
||||||
apt-get update && \
|
# apt-get update && \
|
||||||
apt-get install -y \
|
# apt-get install -y \
|
||||||
libvirt-daemon-system \
|
# libvirt-daemon-system \
|
||||||
libvirt-clients \
|
# libvirt-clients \
|
||||||
virtinst \
|
# virtinst \
|
||||||
qemu-utils
|
# qemu-utils
|
||||||
|
|
||||||
libvirtd -d && virtlogd -d
|
# libvirtd -d && virtlogd -d
|
||||||
|
|
||||||
virt-install \
|
virt-install \
|
||||||
--virt-type qemu \
|
|
||||||
--name ubuntu-harvester \
|
--name ubuntu-harvester \
|
||||||
--ram 3072 \
|
--ram 3072 \
|
||||||
--vcpus 2 \
|
--vcpus 2 \
|
||||||
|
Reference in New Issue
Block a user