[virt-tools-list] [PATCH] Add support for setting BIOS path using -boot loader=PATH
Cole Robinson
crobinso at redhat.com
Thu Apr 12 20:48:41 UTC 2012
On 04/10/2012 10:01 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <berrange at redhat.com>
>
> Support setting the <loader> XML element to the BIOS path
> using -boot loader=PATH. The same loader must be used both
> for the initial VM install and post-install configs
> ---
> man/en/virt-install.pod.in | 5 +++++
> virtinst/Boot.py | 12 ++++++++++++
> virtinst/Installer.py | 11 +++++++++--
> virtinst/cli.py | 3 +++
> 4 files changed, 29 insertions(+), 2 deletions(-)
>
Actually there was already a property in Installer for <loader> (though
conceptually it should go in Boot, but it would take some extra changes to
join the two values).
So I pushed a similar patch using the existing value (and adds some unit testing):
http://git.fedorahosted.org/git?p=python-virtinst.git;a=commit;h=6a2990c117747cea66a10096ca04dec3fcbbb568
Thanks,
Cole
More information about the virt-tools-list
mailing list