libvirt: add ovmf package

Adding OVMF will include the EFI firmwares needed
to boot instances in EFI mode.

Change-Id: I27ece5ebbd5d6672b17ddcd35484531552ecee48
This commit is contained in:
Mohammed Naser 2021-11-12 01:43:33 -05:00
parent ec3e7bde89
commit d9302a1560
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ apt-get install --no-install-recommends -y \
qemu-block-extra \
qemu-efi \
openvswitch-switch \
ovmf \
kmod ;\
groupadd -g ${GID} ${PROJECT} ;\
useradd -u ${UID} -g ${PROJECT} -M -d /var/lib/${PROJECT} -s /usr/sbin/nologin -c "${PROJECT} user" ${PROJECT} ;\