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

Roger Pau Monné royger at FreeBSD.org
Thu Nov 2 18:13:29 UTC 2017


Author: royger
Date: Thu Nov  2 18:13:26 2017
New Revision: 325332
URL: https://svnweb.freebsd.org/changeset/base/325332

Log:
  loader: re-enable gzip support for x86
  
  r324653 inadvertently disabled default gzip support on x86, re-enable.
  
  Sponsored by:		Citrix System R&D
  Reviewed by:		imp
  Differential revision:	https://reviews.freebsd.org/D12913

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

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile	Thu Nov  2 18:09:10 2017	(r325331)
+++ head/sys/boot/i386/loader/Makefile	Thu Nov  2 18:13:26 2017	(r325332)
@@ -18,6 +18,7 @@ LOADER_CD9660_SUPPORT?=	no
 LOADER_EXT2FS_SUPPORT?=	no
 LOADER_MSDOS_SUPPORT?=	no
 LOADER_UFS_SUPPORT?=	yes
+LOADER_GZIP_SUPPORT?=	yes
 
 # architecture-specific loader code
 SRCS=		main.c conf.c vers.c chain.c


More information about the svn-src-head mailing list