Re: add more bootdevices to vmctl

2018-12-10 Thread Mike Larkin
On Mon, Dec 10, 2018 at 10:35:23PM +0100, Claudio Jeker wrote: > Now that fw_cfg support is in vmd it makes sense to have -B disk > and -B cdrom. Also error out if the option is not known. > > This allows to use -B cdrom to force booting from the cdrom disk image > e.g. to update the VM image. > -

Re: add more bootdevices to vmctl

2018-12-10 Thread Carlos Cardenas
On Mon, Dec 10, 2018 at 11:30:05PM +0100, Claudio Jeker wrote: > On Mon, Dec 10, 2018 at 02:28:48PM -0800, Carlos Cardenas wrote: > > On Mon, Dec 10, 2018 at 10:38:56PM +0100, Reyk Floeter wrote: > > > OK reyk@ > > > > > > Please think about the manpage. > > > > > > > Am 10.12.2018 um 22:35 schri

Re: add more bootdevices to vmctl

2018-12-10 Thread Claudio Jeker
On Mon, Dec 10, 2018 at 02:28:48PM -0800, Carlos Cardenas wrote: > On Mon, Dec 10, 2018 at 10:38:56PM +0100, Reyk Floeter wrote: > > OK reyk@ > > > > Please think about the manpage. > > > > > Am 10.12.2018 um 22:35 schrieb Claudio Jeker : > > > > > > Now that fw_cfg support is in vmd it makes se

Re: add more bootdevices to vmctl

2018-12-10 Thread Carlos Cardenas
On Mon, Dec 10, 2018 at 10:38:56PM +0100, Reyk Floeter wrote: > OK reyk@ > > Please think about the manpage. > > > Am 10.12.2018 um 22:35 schrieb Claudio Jeker : > > > > Now that fw_cfg support is in vmd it makes sense to have -B disk > > and -B cdrom. Also error out if the option is not known.

Re: add more bootdevices to vmctl

2018-12-10 Thread Reyk Floeter
OK reyk@ Please think about the manpage. > Am 10.12.2018 um 22:35 schrieb Claudio Jeker : > > Now that fw_cfg support is in vmd it makes sense to have -B disk > and -B cdrom. Also error out if the option is not known. > > This allows to use -B cdrom to force booting from the cdrom disk image >

add more bootdevices to vmctl

2018-12-10 Thread Claudio Jeker
Now that fw_cfg support is in vmd it makes sense to have -B disk and -B cdrom. Also error out if the option is not known. This allows to use -B cdrom to force booting from the cdrom disk image e.g. to update the VM image. -- :wq Claudio Index: main.c =