Module Name: src
Committed By: martin
Date: Fri May 30 13:24:22 UTC 2014
Modified Files:
src/distrib/vax/cdroms/installcd: Makefile
Log Message:
Pre-populate /dev on the CD - with rockridge extensions we can do this and
it saves us one tmpfs (or mfs) instance, which helps quite a bit on low
memory machines.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/distrib/vax/cdroms/installcd/Makefile:1.5
--- src/distrib/vax/cdroms/installcd/Makefile:1.4 Fri May 30 13:23:05 2014
+++ src/distrib/vax/cdroms/installcd/Makefile Fri May 30 13:24:22 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2014/05/30 13:23:05 martin Exp $
+# $NetBSD: Makefile,v 1.5 2014/05/30 13:24:22 martin Exp $
CDBASE= vaxcd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd-GENERIC.gz netbsd.gz
@@ -29,6 +29,7 @@ image_md_pre:
${INSTALL} ${COPY} $$f cdrom; \
done
${TOOL_GZIP} -d cdrom/netbsd.gz
+ (cd cdrom/dev && ${HOST_SH} ./MAKEDEV all)
${MKDIR} cdrom/var
${MKDIR} cdrom/kern