Re: RFC: rc(8) script for bhyve(8) on FreeBSD

2024-08-09 Thread Harry Schmalzbauer
On 2024-08-05 18:12, Harry Schmalzbauer wrote: ... I was astonished that I still couldn't find bhyve in /etc/rc.d in 14.1-stable as of last week. Please find updated version at https://reviews.freebsd.org/D46250 I'm new to phabricator, please excuse formal mistakes - I didn't specify any rev

Re: RFC: rc(8) script for bhyve(8) on FreeBSD

2024-08-05 Thread Paul Vixie
pkg install vm-bhyve -- P Vixie

Re: RFC: rc(8) script for bhyve(8) on FreeBSD

2024-08-05 Thread Harry Schmalzbauer
On 2024-08-05 19:04, Mario Marietto wrote: Hello. I'm also interested in writing a script to manage the bhyve vms. Even if I suspect that my approach will be different. My idea is to ask the user what he wants to do and then the script will configure the vm getting the information provided by

Re: RFC: rc(8) script for bhyve(8) on FreeBSD

2024-08-05 Thread Mario Marietto
Hello. I'm also interested in writing a script to manage the bhyve vms. Even if I suspect that my approach will be different. My idea is to ask the user what he wants to do and then the script will configure the vm getting the information provided by the user. I will give a look at /etc/rc.d/bhyve