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.
15 lines
331 B
Plaintext
15 lines
331 B
Plaintext
# Use GRUB when booting from an installation medium
|
|
#loader="grub"
|
|
|
|
# Use UEFI when booting from a disk
|
|
loader="uefi"
|
|
|
|
cpu=1
|
|
memory=1024M
|
|
network0_type="virtio-net"
|
|
network0_switch="public"
|
|
disk0_type="virtio-blk"
|
|
disk0_name="disk0.img"
|
|
grub_install0="linux /coreos/vmlinuz coreos.autologin"
|
|
grub_install1="initrd /coreos/cpio.gz"
|