Module Name:    src
Committed By:   martin
Date:           Fri May 30 13:23:05 UTC 2014

Modified Files:
        src/distrib/vax/cdroms/installcd: Makefile

Log Message:
The current vax /boot is super slow unziping kernels - and this is a CD, wich
has space enough, so unzip the kernel on it to speed up the boot process.
XXX The /boot bug should nevertheless be fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/vax/cdroms/installcd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/vax/cdroms/installcd/Makefile
diff -u src/distrib/vax/cdroms/installcd/Makefile:1.3 src/distrib/vax/cdroms/installcd/Makefile:1.4
--- src/distrib/vax/cdroms/installcd/Makefile:1.3	Wed May 21 14:21:35 2014
+++ src/distrib/vax/cdroms/installcd/Makefile	Fri May 30 13:23:05 2014
@@ -1,7 +1,7 @@
-#	$NetBSD: Makefile,v 1.3 2014/05/21 14:21:35 martin Exp $
+#	$NetBSD: Makefile,v 1.4 2014/05/30 13:23:05 martin Exp $
 CDBASE=		vaxcd			# gives ${CDBASE}.iso
 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
-CDKERNELS=	${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd-GENERIC.gz	netbsd
+CDKERNELS=	${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd-GENERIC.gz	netbsd.gz
 CDRELEASE_NOISOS=true
 
 # for PRINTOBJDIR
@@ -28,6 +28,7 @@ image_md_pre:
 	for f in ${SYSINSTDIR}/sysinstmsgs.??; do \
 		${INSTALL} ${COPY} $$f cdrom; \
 	done
+	${TOOL_GZIP} -d cdrom/netbsd.gz
 	${MKDIR} cdrom/var
 	${MKDIR} cdrom/kern
 

Reply via email to