From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: [PATCH] pygrub improvements Date: Mon, 23 May 2005 10:25:38 +0900 Message-ID: <9cde8bff0505221825523c3508@mail.gmail.com> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org here is a patch for pygrub (tools/pygrub/src/pygrub), which provides: - generalize grub menu display (by using constants for menu position and si= ze) - 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 for those interested, here is a screenshot of the patched pygrub: http://133.27.240.160/xen/pygrub2.png $ diffstat pygrub3.patch=20 pygrub | 166 ++++++++++++++++++++++++++++++++++++------------------------= ----- 1 files changed, 93 insertions(+), 73 deletions(-) --=20 regards, aq