aq
2005-Apr-29 03:22 UTC
[Xen-devel] [PATCH] xen-booloader: grub parser improvement & bug fix
Hello, Here is a patch to fix a bug and improve grub parser of xen-booloader. Please apply this on top of the last Jeremy''s patch. List of changes: - More tolerant when dealing with some grub directive which has no parameter, like "savedefault", "boot" - Support few more grub directives like "boot", "savedefault" - Set first item as default boot option if "saved" boot option is indicated (the oiginal choice is to raise error) - Fix bug on sys.argv - Insert and remove few blank lines for more readable. $ diffstat GrubConf.aq.patch GrubConf.py | 43 ++++++++++++++++++++++++++++++++----------- 1 files changed, 32 insertions(+), 11 deletions(-) Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel