mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
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.
10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
loader="uefi"
|
|
graphics="yes"
|
|
xhci_mouse="yes"
|
|
cpu=1
|
|
memory=512M
|
|
network0_type="virtio-net"
|
|
network0_switch="public"
|
|
disk0_type="virtio-blk"
|
|
disk0_name="disk0.img"
|