687
edits
Changes
Created page with "Category:FreeBSD == Introduction == [https://github.com/churchers/vm-bhyve vm-bhyve] is a bhyve manager for FreeBSD. == Prerequisites == Recent enough FreeBSD with ZFS..."
[[Category:FreeBSD]]
== Introduction ==
[https://github.com/churchers/vm-bhyve vm-bhyve] is a bhyve manager for FreeBSD.
== Prerequisites ==
Recent enough FreeBSD with ZFS. All commands below run as root.
== Install ==
pkg install vm-bhyve
pkg install grub2-bhyve bhyve-firmware # For non-FreeBSD guests
== Configure ==
zfs create tank1/vm
Add to rc.conf:
vm_enable="YES"
vm_dir="zfs:tank1/vm"0"
== References ==
* [https://github.com/churchers/vm-bhyve vm-bhyve | Management system for FreeBSD bhyve virtual machines]
* [https://www.freebsd.org/cgi/man.cgi?query=vm&sektion=8&manpath=freebsd-release-ports vm(8)]
== Introduction ==
[https://github.com/churchers/vm-bhyve vm-bhyve] is a bhyve manager for FreeBSD.
== Prerequisites ==
Recent enough FreeBSD with ZFS. All commands below run as root.
== Install ==
pkg install vm-bhyve
pkg install grub2-bhyve bhyve-firmware # For non-FreeBSD guests
== Configure ==
zfs create tank1/vm
Add to rc.conf:
vm_enable="YES"
vm_dir="zfs:tank1/vm"0"
== References ==
* [https://github.com/churchers/vm-bhyve vm-bhyve | Management system for FreeBSD bhyve virtual machines]
* [https://www.freebsd.org/cgi/man.cgi?query=vm&sektion=8&manpath=freebsd-release-ports vm(8)]