opnsense-ports/sysutils/vm-bhyve-devel/pkg-message
Franco Fichtner eca6a785d0 */*: sync with upstream
Taken from: FreeBSD
2022-07-13 10:34:22 +02:00

19 lines
361 B
Text

[
{ 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'.
EOM
}
]