From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: [PATCH] xen bootloader Date: Wed, 27 Apr 2005 18:24:13 +0900 Message-ID: <9cde8bff050427022417d59c62@mail.gmail.com> References: <9cde8bff0504270221eded71f@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: In-Reply-To: <9cde8bff0504270221eded71f@mail.gmail.com> 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: Jeremy Katz Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org sorry, I forgot to note that the patch I have just sent to list should be applied on top of the last patch of Jeremy. regards, aq On 4/27/05, aq wrote: > hello Jeremy, >=20 > Here is a patch to fix few problems in Xen bootloader you sent to the > list yesterday. >=20 > list of changes: > - make a dummy tools/pygrub/src/__init__.py > - extend filesystem abstraction by adding file_exist() method. this > method is used to check for existent of a file given its name. now > ext2fs implements this method. > - pygrub opens and parses /boot/grub/menu.lst or /boot/grub/grub.conf, > in that order. > - add /usr/lib/python to system path (see pygrub). without this > change, pygrub cannot find grub python package. > - remove few blank lines >=20 > $ diffstat xen-grub.patch > __init__.py | 1 > fsys/__init__.py | 5 +++- > fsys/ext2/ext2module.c | 51 ++++++++++++++++++++++++++++++++++++++++--= ------- > pygrub | 12 +++++++++-- > 4 files changed, 57 insertions(+), 12 deletions(-) >=20 > Signed-off-by: Nguyen Anh Quynh >=20 > I wonder why the patch you sent to list is in CR/LF format? arent you > programming on Windows, are you ;-). could you please remove them next > time ? >=20 > regards, > aq >=20 >=20 >