Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/miniroot Use MI installboot(8) program in ${IM...



details:   https://anonhg.NetBSD.org/src/rev/124ac7b0d68f
branches:  trunk
changeset: 526645:124ac7b0d68f
user:      pk <pk%NetBSD.org@localhost>
date:      Tue May 07 11:34:40 2002 +0000

description:
Use MI installboot(8) program in ${IMAGEPOSTBUILD}.

diffstat:

 distrib/sparc/miniroot/Makefile.inc |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r 78b2c3df7633 -r 124ac7b0d68f distrib/sparc/miniroot/Makefile.inc
--- a/distrib/sparc/miniroot/Makefile.inc       Tue May 07 11:32:44 2002 +0000
+++ b/distrib/sparc/miniroot/Makefile.inc       Tue May 07 11:34:40 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.6 2002/05/02 18:02:54 lukem Exp $
+#      $NetBSD: Makefile.inc,v 1.7 2002/05/07 11:34:40 pk Exp $
 
 IMAGESIZE=     7296k
 MAKEFS_FLAGS=   -o density=4k
@@ -11,7 +11,5 @@
                ${DESTDIR}/usr/mdec/boot ${DESTDIR}/usr/share/misc/magic \
                ${KERNOBJDIR}/GENERIC/netbsd
 
-# XXXDISTRIB: binstall needs to be MI and work on image files
-IMAGEPOSTBUILD=        ${DESTDIR}/usr/mdec/binstall -f ${IMAGE} \
-                   -m ${DESTDIR}/usr/mdec -i ${SPARCINSTALLBOOT} \
-                   -v ffs ${WORKDIR}
+IMAGEPOSTBUILD=        ${INSTALLBOOT} -m ${MACHINE} -v ${IMAGE} \
+               ${DESTDIR}/usr/mdec/bootxx /boot



Home | Main Index | Thread Index | Old Index