Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2005 14:18:14 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        freebsd-ppc@freebsd.org
Subject:   Loader patch needing testing
Message-ID:  <20050531211814.GA91988@dragon.NUXI.org>

next in thread | raw e-mail | index | archive | help
It would be most helpful if someone could test this patch.  Thanks.

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/sys/boot/powerpc/loader/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- Makefile	21 Dec 2004 12:32:15 -0000	1.18
+++ Makefile	31 May 2005 21:07:38 -0000
@@ -16,7 +16,7 @@
 LOADER_NFS_SUPPORT?=	yes
 LOADER_TFTP_SUPPORT?=	yes
 LOADER_GZIP_SUPPORT?=	yes
-LOADER_BZIP2_SUPPORT?=	no
+LOADER_BZIP2_SUPPORT?=	yes
 
 .if ${LOADER_DISK_SUPPORT} == "yes"
 CFLAGS+=	-DLOADER_DISK_SUPPORT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050531211814.GA91988>