Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/vax/cdroms/installcd The current vax /boot is super ...
details: https://anonhg.NetBSD.org/src/rev/4433068e2e95
branches: trunk
changeset: 329606:4433068e2e95
user: martin <martin%NetBSD.org@localhost>
date: Fri May 30 13:23:05 2014 +0000
description:
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.
diffstat:
distrib/vax/cdroms/installcd/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r f5088d03e59f -r 4433068e2e95 distrib/vax/cdroms/installcd/Makefile
--- a/distrib/vax/cdroms/installcd/Makefile Fri May 30 13:19:42 2014 +0000
+++ b/distrib/vax/cdroms/installcd/Makefile Fri May 30 13:23:05 2014 +0000
@@ -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 @@
for f in ${SYSINSTDIR}/sysinstmsgs.??; do \
${INSTALL} ${COPY} $$f cdrom; \
done
+ ${TOOL_GZIP} -d cdrom/netbsd.gz
${MKDIR} cdrom/var
${MKDIR} cdrom/kern
Home |
Main Index |
Thread Index |
Old Index