Discussion:
Syntax error in vm.conf when using "boot" parameter in vm block
Olivier Antoine
2017-05-31 08:24:08 UTC
Permalink
On a fresh snapshot, the man page of vm.conf says :

vm name {...}
This name can be any string, and is typically a hostname.

Followed by a block of parameters that is enclosed in curly brackets:

boot path
Kernel or BIOS image to load when booting the VM. If not
specified, the default is to boot using the BIOS image in
/etc/firmware/vmm-bios.

But, if, in a vm block, I use the "boot" parameter instead of the "kernel"
parameter, vmd exits with syntax error.
Olivier Antoine
2017-06-01 09:45:00 UTC
Permalink
After last update, my vm.conf take the "boot" parameter and no longer the
"kernel" parameter according to the vm.conf man page.
This "bug" can be closed.
Post by Olivier Antoine
vm name {...}
This name can be any string, and is typically a hostname.
boot path
Kernel or BIOS image to load when booting the VM. If not
specified, the default is to boot using the BIOS image in
/etc/firmware/vmm-bios.
But, if, in a vm block, I use the "boot" parameter instead of the "kernel"
parameter, vmd exits with syntax error.
Loading...