Install qemu-tools as part of the script
This commit is contained in:
parent
2263c0df2e
commit
a389fdd795
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue