|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix pygrub --isconfig
John Haxby writes ("[Xen-devel] [PATCH] Fix pygrub --isconfig"):
> Recentlly, when trying to get to the bottom of some strange booting
> problem, I discovered that
>
> pyrgub --isconfig <image file>
>
> usefully reports the kernel, initrd (ramdisk) and arguments that would
> be used to boot a kernel. Well, actually, what it reported was an
> error. This patch makes it work (and jolly useful it is too). The
> patch also removes a spurious "print >>sys.stderr" that seems to have
> been left in from some previous debugging.
Thanks, but this patch doesn't apply to xen-unstable.hg. xen-unstable
has a loop "for offset in part_offs" surrounding the code you seem to
be trying to patch.
Is it important to check for "isconfig" before running sniff_solaris
and sniff_netware ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|