Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Nov 2017 19:53:51 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325339 - head/sys/boot/i386/loader
Message-ID:  <201711021953.vA2JrpZT019992@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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