mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-13 02:09:48 +01:00
Merge pull request #422 from cgull/document-bhyveload_args
Document new bhyveload_args configuration option introduced in 678832df94
This commit is contained in:
@@ -27,6 +27,12 @@ loader=""
|
|||||||
#
|
#
|
||||||
bhyveload_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
|
# loader_timeout
|
||||||
# By default bhyveload & grub-bhyve will wait 3 seconds before booting the default
|
# By default bhyveload & grub-bhyve will wait 3 seconds before booting the default
|
||||||
# option. This setting allows you to either reduce the timeout to
|
# option. This setting allows you to either reduce the timeout to
|
||||||
|
|||||||
5
vm.8
5
vm.8
@@ -1072,6 +1072,11 @@ Passed to
|
|||||||
using the
|
using the
|
||||||
.Sy -l
|
.Sy -l
|
||||||
argument.
|
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
|
.It loader_timeout
|
||||||
By default the
|
By default the
|
||||||
.Sy bhyveload
|
.Sy bhyveload
|
||||||
|
|||||||
Reference in New Issue
Block a user