Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sun3/miniroot Run installboot on the miniroot image, ...



details:   https://anonhg.NetBSD.org/src/rev/a66c1f44a95e
branches:  trunk
changeset: 531911:a66c1f44a95e
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue May 28 21:15:56 2002 +0000

description:
Run installboot on the miniroot image, now that it is tested.

diffstat:

 distrib/sun3/miniroot/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 2bbf55a4d2e3 -r a66c1f44a95e distrib/sun3/miniroot/Makefile
--- a/distrib/sun3/miniroot/Makefile    Tue May 28 21:15:41 2002 +0000
+++ b/distrib/sun3/miniroot/Makefile    Tue May 28 21:15:56 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.29 2002/05/18 13:26:14 lukem Exp $
+#      $NetBSD: Makefile,v 1.30 2002/05/28 21:15:56 nathanw Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -64,9 +64,8 @@
                ${DISTRIBDIR}/miniroot/upgrade.sh \
                install.sub
 
-# XXXDISTRIB:  need to cut sun3 over to sun68k/bootxx first...
-#IMAGEPOSTBUILD=               ${INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \
-#                          ${DESTDIR}/usr/mdec/bootxx /ufsboot
+IMAGEPOSTBUILD=                ${INSTALLBOOT} -v -m ${MACHINE} ${IMAGE} \
+                           ${DESTDIR}/usr/mdec/bootxx /ufsboot
 IMAGE_RELEASEDIR=      installation/miniroot
 
 install.sub: ${DISTRIBDIR}/miniroot/install.sub



Home | Main Index | Thread Index | Old Index