churchers / vm-bhyve

Shell based, minimal dependency bhyve manager
BSD 2-Clause "Simplified" License
840 stars 181 forks source link

vm console not honoring system.conf #492

Open syleishere opened 2 years ago

syleishere commented 2 years ago
vm set console="screen"
router:~ # cat /vm/.config/system.conf 
switch_list="public"
type_public="standard"
ports_public="ix0"
console="screen"
router:~ # 

vm console guestname still uses "cu".

confirmed with pkg install vm-bhyve as well as pkg install vm-bhyve-devel

I have tested under default root shell, as well as my 2nd root account using bash.

lxv commented 1 year ago

console="screen" is not supported but console="tmux" is, there's also console="nmdm" which is the default

syleishere commented 1 year ago

Yeah I've switched to tmux, liking it more than screen. Ty for response.