NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: install/54844: ``build.sh install-image'' fails with -V USE_PIGZGZIP=yes



The following reply was made to PR install/54844; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: install/54844: ``build.sh install-image'' fails with -V
 USE_PIGZGZIP=yes
Date: Wed, 8 Jan 2020 15:05:37 +0100

 Not sure if we should support non standard options to this level, but
 you could try something like below.
 
 Martin
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/src/distrib/amd64/installimage/Makefile,v
 retrieving revision 1.10
 diff -u -r1.10 Makefile
 --- Makefile	15 Dec 2018 18:03:16 -0000	1.10
 +++ Makefile	8 Jan 2020 14:04:06 -0000
 @@ -4,7 +4,11 @@
  
  INSTIMGBASE=	NetBSD-${DISTRIBVER}-amd64-install	# gives ${IMGBASE}.img
  
 +.if ${USE_XZ_SETS:Uno} == "yes"
  INSTIMAGEMB?=	1450			# for all installation binaries
 +.else
 +INSTIMAGEMB?=	1950			# for all installation binaries
 +.endif
  
  PRIMARY_BOOT=		bootxx_ffsv1
  SECONDARY_BOOT=		boot
 


Home | Main Index | Thread Index | Old Index