From 3bd0cd47333d181ec82e7797dfc522f03994cdb3 Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 21 Feb 2000 14:52:01 +0000 Subject: [PATCH] Select `boot.700000' as the second-stage boot program. --- distrib/sparc/bootfs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/sparc/bootfs/Makefile b/distrib/sparc/bootfs/Makefile index a5ea56947d40..faf2929d1c55 100644 --- a/distrib/sparc/bootfs/Makefile +++ b/distrib/sparc/bootfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/01/14 13:47:27 pk Exp $ +# $NetBSD: Makefile,v 1.15 2000/02/21 14:52:01 pk Exp $ TOP= ${.CURDIR}/.. MINIROOT= ${.CURDIR}/../../miniroot @@ -48,7 +48,7 @@ all: netbsd.ram.gz @echo "" @echo "installing new bootblocks" -rm -f ${MOUNT_POINT}/boot - /usr/mdec/binstall -v ffs ${MOUNT_POINT} + /usr/mdec/binstall -v -b boot.700000 ffs ${MOUNT_POINT} umount ${MOUNT_POINT} vnconfig -u ${VND_CDEV}