Module Name: src
Committed By: martin
Date: Fri May 29 06:28:50 UTC 2015
Modified Files:
src/distrib/common: Makefile.bootcd
Log Message:
Put a full "init" /dev on the CD, not just "all". The install environment
relies on it currently. (XXX fix that and revert this)
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/distrib/common/Makefile.bootcd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/common/Makefile.bootcd
diff -u src/distrib/common/Makefile.bootcd:1.31 src/distrib/common/Makefile.bootcd:1.32
--- src/distrib/common/Makefile.bootcd:1.31 Wed May 27 15:17:59 2015
+++ src/distrib/common/Makefile.bootcd Fri May 29 06:28:50 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootcd,v 1.31 2015/05/27 15:17:59 martin Exp $
+# $NetBSD: Makefile.bootcd,v 1.32 2015/05/29 06:28:50 martin Exp $
#
# Makefile snipped to create a CD/DVD ISO
#
@@ -265,7 +265,7 @@ image:
-e '/^\.\/etc\/gettytab/d' > ${WORKSPEC}; \
fi
if [ -r cdrom/dev/MAKEDEV ]; then \
- ${HOST_SH} cdrom/dev/MAKEDEV -s all | \
+ ${HOST_SH} cdrom/dev/MAKEDEV -s init | \
${TOOL_SED} -e '/^\. type=dir/d' \
-e 's,^\.,./dev,' >> ${WORKSPEC}; \
fi