Skip to content

Instantly share code, notes, and snippets.

View trytuna's full-sized avatar

Timo Schrappe trytuna

  • TU Dortmund
  • Germany
View GitHub Profile
# https://github.com/churchers/vm-bhyve/wiki
pkg install vm-bhyve grub2-bhyve
zfs create zroot/vm
echo 'vm_enable="YES"' >> /etc/rc.conf
echo 'vm_dir="zfs:zroot/vm"' >> /etc/rc.conf
vm init
cp /usr/local/share/examples/vm-bhyve/* /zroot/vm/.templates/
vm switch create public
vm switch add public em0