Merge pull request #422 from cgull/document-bhyveload_args

Document new bhyveload_args configuration option introduced in 678832df94
This commit is contained in:
Mateusz Kwiatkowski
2022-02-23 13:06:36 +01:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -27,6 +27,12 @@ loader=""
#
bhyveload_loader=""
# bhyveload_args
# If using bhyveload, this option can be used to pass command line
# arguments to the loader
#
bhyveload_args="-e machdep.hyperthreading_allowed=0"
# loader_timeout
# By default bhyveload & grub-bhyve will wait 3 seconds before booting the default
# option. This setting allows you to either reduce the timeout to

5
vm.8
View File

@@ -1072,6 +1072,11 @@ Passed to
using the
.Sy -l
argument.
.It bhyveload_args
This option allows extra arguments to be given for the loader inside the guest.
Appended verbatim to the
.Sy bhyveload
command line.
.It loader_timeout
By default the
.Sy bhyveload