From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: [PATCH] PV-GRUB: xfs support Date: Thu, 10 Jul 2008 14:18:04 +0100 Message-ID: <20080710131804.GW4536@implementation.uk.xensource.com> References: <20080710131331.GU4536@implementation.uk.xensource.com> <20080710131529.GV4536@implementation.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20080710131529.GV4536@implementation.uk.xensource.com> 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@lists.xensource.com List-Id: xen-devel@lists.xenproject.org PV-GRUB: Enable xfs support Signed-off-by: Samuel Thibault diff -r 562e77f7112f stubdom/grub/Makefile --- a/stubdom/grub/Makefile Thu Jul 10 12:15:55 2008 +0100 +++ b/stubdom/grub/Makefile Thu Jul 10 14:17:09 2008 +0100 @@ -51,10 +51,8 @@ STAGE2_SOURCES+=fsys_vstafs.c CPPFLAGS += -DFSYS_VSTAFS=1 -ifeq (0,1) STAGE2_SOURCES+=fsys_xfs.c CPPFLAGS += -DFSYS_XFS=1 -endif STAGE2_SOURCES:=$(addprefix stage2/,$(STAGE2_SOURCES)) NETBOOT_SOURCES:=$(addprefix netboot/,$(NETBOOT_SOURCES))