Skip to content

Tags: churchers/vm-bhyve

Tags

v1.2

Toggle v1.2's commit message
Remove the NAT commands other than the core command with a warning me…

…ssage

It's actually far easier and less error-prone to create a standard or manual
switch, then configure whichever NAT service the user wants to use manually.

v1.1.8

Toggle v1.1.8's commit message
Add a bhyve_options configuration setting to allow custom bhyve(8) ar…

…guments

v1.1.7

Toggle v1.1.7's commit message
Update version due to making silly release screw-up

v1.1.6

Toggle v1.1.6's commit message
Ignore error if there are no console .sock files

v1.1.5

Toggle v1.1.5's commit message
Fix use of dots in vm name when using tmux

Tmux won't allow a dot in a session name as dot has a specific purpose.
Replace it with a ~, which we don't normally allow, so no risk of accidently
using a name that actually exists.

v1.1.4

Toggle v1.1.4's commit message
Issue #106 - allow xz to use all cores when compressing

v1.1.3

Toggle v1.1.3's commit message
Merge fixes to manpage typos

v1.1.1

Toggle v1.1.1's commit message
Add support for sysutils/uefi-edk2-bhyve port

Rather than getting user to download firmware and place in a specific place,
just look in the above port's installation directory.

v1.1

Toggle v1.1's commit message
Tiny style fix

v1.0.4

Toggle v1.0.4's commit message
Possible fix for some passthru devices not working