Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/common/bootimage unbreak amd64 install images by pas...
details: https://anonhg.NetBSD.org/src/rev/7ea3d962ca7a
branches: trunk
changeset: 336701:7ea3d962ca7a
user: snj <snj%NetBSD.org@localhost>
date: Thu Mar 12 04:41:23 2015 +0000
description:
unbreak amd64 install images by passing ipty to MAKEDEV. revision 1.21
of etc/etc.amd64/MAKEDEV.conf removed them from 'all'. (hi christos!)
diffstat:
distrib/common/bootimage/Makefile.bootimage | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 873836a152dd -r 7ea3d962ca7a distrib/common/bootimage/Makefile.bootimage
--- a/distrib/common/bootimage/Makefile.bootimage Wed Mar 11 17:35:16 2015 +0000
+++ b/distrib/common/bootimage/Makefile.bootimage Thu Mar 12 04:41:23 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.bootimage,v 1.9 2014/08/05 15:40:58 apb Exp $
+# $NetBSD: Makefile.bootimage,v 1.10 2015/03/12 04:41:23 snj Exp $
#
# Copyright (c) 2009, 2010, 2011 Izumi Tsutsui. All rights reserved.
#
@@ -276,7 +276,7 @@
${RM} -f ${WORKSPEC}
cat ${WORKDIR}/etc/mtree/* | \
${TOOL_SED} -e 's/ size=[0-9]*//' > ${WORKSPEC}
- ${HOST_SH} ${WORKDIR}/dev/MAKEDEV -s all | \
+ ${HOST_SH} ${WORKDIR}/dev/MAKEDEV -s all ipty | \
${TOOL_SED} -e '/^\. type=dir/d' -e 's,^\.,./dev,' >> ${WORKSPEC}
cat ${SPEC_IN} >> ${WORKSPEC}
.if defined(SECONDARY_BOOT)
Home |
Main Index |
Thread Index |
Old Index