CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/06 02:23:15
Modified files:
usr.sbin/vmctl : main.c vmctl.8 vmctl.c vmctl.h
Log message:
Add a new argument -B device to vmctl start. It allows to set the boot device.
At the moment only 'net' is supported and all other values are silently ignored.
This allows to kick of an OpenBSD autoinstall by using:
vmctl start "installer" -Lc -B net -b bsd.rd -d disk.img
OK ccardenas@
