Skip to content

Commit

Permalink
Update install-bhyve.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsalterjrs authored Jul 7, 2022
1 parent db80c4c commit 3234a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-bhyve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo Copying uefi.conf template from this directory to .templates...
cp ./uefi.conf /zroot/bhyve/.templates/uefi.conf

echo Adding support for virtualization to rc.conf and loader.conf...
echo 'vmm_load="YES"' >> /etc/loader.conf
echo 'vmm_load="YES"' >> /boot/loader.conf
sysrc vm_enable="YES"
sysrc vm_dir="zfs:zroot/bhyve"

Expand Down

0 comments on commit 3234a2a

Please sign in to comment.