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
|
||||
- name: Run virt-install
|
||||
run: |
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
libvirt-daemon-system \
|
||||
libvirt-clients \
|
||||
virtinst \
|
||||
qemu-utils
|
||||
# apt-get update && \
|
||||
# apt-get install -y \
|
||||
# libvirt-daemon-system \
|
||||
# libvirt-clients \
|
||||
# virtinst \
|
||||
# qemu-utils
|
||||
|
||||
libvirtd -d && virtlogd -d
|
||||
# libvirtd -d && virtlogd -d
|
||||
|
||||
virt-install \
|
||||
--virt-type qemu \
|
||||
--name ubuntu-harvester \
|
||||
--ram 3072 \
|
||||
--vcpus 2 \
|
||||
|
Reference in New Issue
Block a user