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.
This commit is contained in:
martin 2014-05-30 13:24:22 +00:00
parent 3a97fc059a
commit 598e3edde3

View File

@ -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