Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common Put a full "init" /dev on the CD, not just "a...
details: https://anonhg.NetBSD.org/src/rev/a24889c53bbb
branches: trunk
changeset: 338525:a24889c53bbb
user: martin <martin%NetBSD.org@localhost>
date: Fri May 29 06:28:50 2015 +0000
description:
Put a full "init" /dev on the CD, not just "all". The install environment
relies on it currently. (XXX fix that and revert this)
diffstat:
distrib/common/Makefile.bootcd | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 36a595452e97 -r a24889c53bbb distrib/common/Makefile.bootcd
--- a/distrib/common/Makefile.bootcd Fri May 29 05:52:48 2015 +0000
+++ b/distrib/common/Makefile.bootcd Fri May 29 06:28:50 2015 +0000
@@ -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 @@
-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
Home |
Main Index |
Thread Index |
Old Index