Files
vm-bhyve/sample-templates/dragonfly.conf
Matt Churchyard f235a8ebbd Change loader="" to support bhyveload/grub/uefi
Makes some sense as we display "uefi" under "Loader" when listing guests and only one can be set.
Old uefi="" setting can still be set to "csm" to choose the csm firmware.
2018-10-08 11:39:49 +01:00

14 lines
441 B
Plaintext

# DragonFly 4.6 and later can boot with UEFI. The Dragonfly installer works
# with UEFI beginning at 4.8
loader="uefi"
# The live CD has a serial console, but the installer requires graphics
graphics="yes"
cpu=1
# 4GB of RAM is the minimum when using HAMMER.
memory=4G
network0_type="virtio-net"
network0_switch="public"
# The installer requires ahci. It can't correctly partition a virtio-blk
disk0_type="ahci-hd"
disk0_name="disk0.img"