Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/bootfs Select `boot.700000' as the second-stag...



details:   https://anonhg.NetBSD.org/src/rev/ded0cd172290
branches:  trunk
changeset: 482768:ded0cd172290
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Feb 21 14:52:01 2000 +0000

description:
Select `boot.700000' as the second-stage boot program.

diffstat:

 distrib/sparc/bootfs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 660c603e242d -r ded0cd172290 distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile     Mon Feb 21 14:44:18 2000 +0000
+++ b/distrib/sparc/bootfs/Makefile     Mon Feb 21 14:52:01 2000 +0000
@@ -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 @@
        @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}
 



Home | Main Index | Thread Index | Old Index