libvirt/src/bhyve/bhyve.conf
Roman Bogorodskiy 32b675456e bhyve: add config file support
Introduce config file support for the bhyve driver. The only available
setting at present is 'firmware_dir' for specifying a directory with
UEFI firmware files.
2017-03-14 20:46:05 +04:00

8 lines
324 B
Plaintext

# Master configuration file for the bhyve driver.
# All settings described here are optional - if omitted, sensible
# defaults are used.
# Path to a directory with firmware files. By default it's pointing
# to the directory that sysutils/bhyve-firmware installs files into.
#firmware_dir = "/usr/local/share/uefi-firmware"