|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] pyGrub: Use proper bootloader class when enterin
Ok, I found that the infrastructure of ExtLinuxImage and LiloImage is
different so I rewrote it a little (but according to the code the old
behaviour should be preserved) and also fixed the isconfig bug (since no
img.initrd is accessible that time).
So please ignore the previous version of my patch and use this one.
Thanks,
Michal
Signed-off-by: Michal Novotny <minovotn@xxxxxxxxxx>
On 05/25/2010 04:39 PM, Michal Novotny wrote:
Hi,
this is the patch to use the proper bootloader class when entering the
boot commands manually (i.e. using the 'c' option). Before this patch
the bootloader was always treated to be Grub but when user is using
Grub2/ExtLinux or Lilo it's rather confusing. After applying this
patch the proper bootloader image class is being used, e.g. Grub2Image
for Grub2 etc. when you define the boot commands manually using the
'c' command in pyGrub.
Also, fix for using isconfig has been applied since if there is not fs
set in the run_grub() method the read_config() would fail since it's
trying to access undefined self.cf which is now being set to parser()
from cfg_list.
Signed-off-by: Michal Novotny <minovotn@xxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
--
Michal Novotny<minovotn@xxxxxxxxxx>, RHCE
Virtualization Team (xen userspace), Red Hat
xen-pygrub-command-use-proper-bootloader-class.patch
Description: Text Data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|