Files
ports/sysutils/vm-bhyve/pkg-message
T
Antranig Vartanian 104ae5e477 sysutils/vm-bhyve{,-devel}: fix typo in pkg-message
Fix typo in sysctl.conf reference.

Approved by:	ziaee, michaelo
MFH:		2026Q1
Differential Revision:	https://reviews.freebsd.org/D54844
2026-01-25 20:47:46 +01:00

25 lines
605 B
Plaintext

[
{ type: install
message: <<EOM
To enable vm-bhyve, please add the following lines to rc.conf,
depending on whether you are using ZFS storage or not. Please note
that the directory or dataset specified should already exist.
vm_enable="YES"
vm_dir="zfs:pool/dataset"
OR
vm_enable="YES"
vm_dir="/directory/path"
Then run 'vm init'.
It might be needed to increase the values of the following tunables.
They need to be high enough to allow for a proper shutdown of all VM's.
- kern.init_shutdown_timeout (adjusted with sysctl.conf)
- rcshutdown_timeout (adjusted with rc.conf)
EOM
}
]