|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] xen-booloader: pygrub improvement & bug fix
hello,
here is a patch to improve and fix few bugs in pygrub of xen-booloader.
1) If you already patched my last 2 patches on top of last Jeremy's
patch, then go on to apply pygrub.aq.patch.
# diffstat pygrub.aq.patch
pygrub | 53 +++++++++++++++++++++++++++--------------------------
1 files changed, 27 insertions(+), 26 deletions(-)
2) If you havent applied any patches on top of last Jeremy's patch,
the take pygrub.aq2.patch instead (this patch includes fix on
/boot/grub/menu.lst problem).
# diffstat pygrub.aq2.patch
pygrub | 63 ++++++++++++++++++++++++++++++++++++---------------------------
1 files changed, 36 insertions(+), 27 deletions(-)
List of changes:
- temporarily remove usage of use_default_colors(), since python 2.3
doesnt support this method.
- allow user to press 'q' to quit pygrub
- corretly handle timeout feature
- fix bug on fill_entries (incorrect check & display menu items)
- incorrect check on boot entry (idx variable)
- remove abundant checking on disk image
- deinitialize curses before quitting.
- fix few typos
Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>
pygrub.aq.patch
Description: Binary data
pygrub.aq2.patch
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH] xen-booloader: pygrub improvement & bug fix,
aq <=
|
|
|
|
|