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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
env ASSUME_ALWAYS_YES=YES pkg install -y qemu-tools
|
||||||
|
|
||||||
# Allocate and partition/format disk image.
|
# Allocate and partition/format disk image.
|
||||||
# We use "legacy boot", aka BIOS boot
|
# We use "legacy boot", aka BIOS boot
|
||||||
# Preferably, we'd use EFI boot here, check the FreeBSD wiki link in the header
|
# Preferably, we'd use EFI boot here, check the FreeBSD wiki link in the header
|
||||||
|
|
Loading…
Reference in a new issue