Bhyve - how to use tmux as the console?

  • Thread starter Thread starter Deleted member 63539
  • Start date Start date
Well the most obvious way would be to just start a new tmux session then just run the bhyve command.

Vm-bhyve uses something similar to the command below to start a new session and run bhyve in it. You can add -d to start it detached so that it goes off and does its thing in the background and just leaves you at your original shell.

tmux new -s session-name bhyve bhyve-args...
 
This is how I used tmux when using legacy.
 
Back
Top