here is a patch for pygrub (tools/pygrub/src/pygrub), which provides: - generalize grub menu display (by using constants for menu position and size) - support basic grub menu color - correctly handle choosing menu item, even if menu size is less then number of grub menu items - allow user to quit pygrub by pressing ''q'' - few cleanups Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> for those interested, here is a screenshot of the patched pygrub: http://133.27.240.160/xen/pygrub2.png $ diffstat pygrub3.patch pygrub | 166 ++++++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 93 insertions(+), 73 deletions(-) -- regards, aq _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
hmm... sorry, i have pressed the send button by accidental. here is a patch of pygrub attached. On 5/23/05, aq <aquynh@gmail.com> wrote:> here is a patch for pygrub (tools/pygrub/src/pygrub), which provides: > > - generalize grub menu display (by using constants for menu position and size) > - support basic grub menu color > - correctly handle choosing menu item, even if menu size is less then > number of grub menu items > - allow user to quit pygrub by pressing ''q'' > - few cleanups > > Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> > > for those interested, here is a screenshot of the patched pygrub: > http://133.27.240.160/xen/pygrub2.png > > $ diffstat pygrub3.patch > pygrub | 166 ++++++++++++++++++++++++++++++++++++----------------------------- > 1 files changed, 93 insertions(+), 73 deletions(-) > > -- > regards, > aq >-- regards, aq _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
this patch got no comment. please consider appying/rejecting it. -- regards, aq On 5/23/05, aq <aquynh@gmail.com> wrote:> hmm... sorry, i have pressed the send button by accidental. here is a > patch of pygrub attached. > > On 5/23/05, aq <aquynh@gmail.com> wrote: > > here is a patch for pygrub (tools/pygrub/src/pygrub), which provides: > > > > - generalize grub menu display (by using constants for menu position and size) > > - support basic grub menu color > > - correctly handle choosing menu item, even if menu size is less then > > number of grub menu items > > - allow user to quit pygrub by pressing ''q'' > > - few cleanups > > > > Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> > > > > for those interested, here is a screenshot of the patched pygrub: > > http://133.27.240.160/xen/pygrub2.png > > > > $ diffstat pygrub3.patch > > pygrub | 166 ++++++++++++++++++++++++++++++++++++----------------------------- > > 1 files changed, 93 insertions(+), 73 deletions(-) > > > > -- > > regards, > > aq > > > > > -- > regards, > aq > > >_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
In tools/python/xen/xm/create.py, the run_bootloader function is calling bootloader. One of the parameters is vals.blentry. Should this be vals.bootentry instead? On Fri, 27 May 2005 20:06:00 +0900, aq wrote:> this patch got no comment. please consider appying/rejecting it._______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel