svn commit: r325339 - head/sys/boot/i386/loader

Warner Losh imp at FreeBSD.org
Thu Nov 2 19:53:52 UTC 2017


Author: imp
Date: Thu Nov  2 19:53:51 2017
New Revision: 325339
URL: https://svnweb.freebsd.org/changeset/base/325339

Log:
  This used to have bzip2 support too.

Modified:
  head/sys/boot/i386/loader/Makefile

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile	Thu Nov  2 19:45:51 2017	(r325338)
+++ head/sys/boot/i386/loader/Makefile	Thu Nov  2 19:53:51 2017	(r325339)
@@ -19,6 +19,7 @@ LOADER_EXT2FS_SUPPORT?=	no
 LOADER_MSDOS_SUPPORT?=	no
 LOADER_UFS_SUPPORT?=	yes
 LOADER_GZIP_SUPPORT?=	yes
+LOADER_BZIP2_SUPPORT?=	yes
 
 # architecture-specific loader code
 SRCS=		main.c conf.c vers.c chain.c


More information about the svn-src-all mailing list