From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: [PATCH] GrubConf improvements Date: Mon, 23 May 2005 10:10:10 +0900 Message-ID: <9cde8bff05052218105f33e08@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 of GrubConf.py (tools/pygrub/src/GrubConf.py), which provid= es: - support for menu color (would be used by pygrub) - support for more grub directives - fix a bug on checking length of sys.argv - few cleanups Signed-off-by: Nguyen Anh Quynh $ diffstat GrubConf.patch=20 GrubConf.py | 93 +++++++++++++++++++++++++++++++++++++++++++++++--------= ----- 1 files changed, 73 insertions(+), 20 deletions(-) --=20 regards, aq