From a389fdd795b5bcaff1bc6ae5317a35ddc016c1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rn=20=C3=85ne=20de=20Jong?= Date: Sun, 1 May 2022 17:14:42 +0200 Subject: [PATCH] Install qemu-tools as part of the script --- opennebula-images/freebsd-zfs-build-opennebula-image.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opennebula-images/freebsd-zfs-build-opennebula-image.sh b/opennebula-images/freebsd-zfs-build-opennebula-image.sh index e0d687b..363cee3 100755 --- a/opennebula-images/freebsd-zfs-build-opennebula-image.sh +++ b/opennebula-images/freebsd-zfs-build-opennebula-image.sh @@ -37,6 +37,8 @@ if [ "$(whoami)" != 'root' ]; then exit 1 fi +env ASSUME_ALWAYS_YES=YES pkg install -y qemu-tools + # Allocate and partition/format disk image. # We use "legacy boot", aka BIOS boot # Preferably, we'd use EFI boot here, check the FreeBSD wiki link in the header