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 Pre-populate /dev on the CD - w...



details:   https://anonhg.NetBSD.org/src/rev/eb8d09bd392e
branches:  trunk
changeset: 329607:eb8d09bd392e
user:      martin <martin%NetBSD.org@localhost>
date:      Fri May 30 13:24:22 2014 +0000

description:
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.

diffstat:

 distrib/vax/cdroms/installcd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4433068e2e95 -r eb8d09bd392e distrib/vax/cdroms/installcd/Makefile
--- a/distrib/vax/cdroms/installcd/Makefile     Fri May 30 13:23:05 2014 +0000
+++ b/distrib/vax/cdroms/installcd/Makefile     Fri May 30 13:24:22 2014 +0000
@@ -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 @@
                ${INSTALL} ${COPY} $$f cdrom; \
        done
        ${TOOL_GZIP} -d cdrom/netbsd.gz
+       (cd cdrom/dev && ${HOST_SH} ./MAKEDEV all)
        ${MKDIR} cdrom/var
        ${MKDIR} cdrom/kern
 



Home | Main Index | Thread Index | Old Index