build: Explicitly start virtlog daemon in container
Some checks failed
build-image / Build image (push) Failing after 11m47s
Some checks failed
build-image / Build image (push) Failing after 11m47s
This commit is contained in:
@ -102,11 +102,11 @@ jobs:
|
|||||||
virtinst \
|
virtinst \
|
||||||
qemu-utils
|
qemu-utils
|
||||||
|
|
||||||
libvirtd -d
|
libvirtd -d && virtlogd -d
|
||||||
|
|
||||||
virt-install \
|
virt-install \
|
||||||
--name ubuntu-harvester \
|
--name ubuntu-harvester \
|
||||||
--ram 2048 \
|
--ram 3072 \
|
||||||
--vcpus 2 \
|
--vcpus 2 \
|
||||||
--disk path=ubuntu-vm/ubuntu.qcow2,size=10,format=qcow2 \
|
--disk path=ubuntu-vm/ubuntu.qcow2,size=10,format=qcow2 \
|
||||||
--disk path=ubuntu-vm/seed.iso,device=cdrom \
|
--disk path=ubuntu-vm/seed.iso,device=cdrom \
|
||||||
|
Reference in New Issue
Block a user