Install qemu-tools as part of the script

This commit is contained in:
Jørn Åne de Jong 2022-05-01 17:14:42 +02:00 committed by Nico Schottelius
parent 2263c0df2e
commit a389fdd795
1 changed files with 2 additions and 0 deletions

View File

@ -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