Install the default boot program again (hopefully this will last a while..)

This commit is contained in:
pk 2000-08-28 19:14:25 +00:00
parent 55af96281e
commit a17689f528
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.5 2000/08/22 14:11:07 abs Exp $
# $NetBSD: Makefile,v 1.6 2000/08/28 19:14:25 pk Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@ -52,7 +52,7 @@ ${IMAGE}: netbsd.ram.gz
@echo ""
@echo "installing new bootblocks"
-rm -f ${MOUNT_POINT}/boot
/usr/mdec/binstall -b boot.400000 -v ffs ${MOUNT_POINT}
/usr/mdec/binstall -v -b boot ffs ${MOUNT_POINT}
umount ${MOUNT_POINT}
vnconfig -u ${VND_CDEV}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2000/07/03 02:17:56 sommerfeld Exp $
# $NetBSD: Makefile,v 1.23 2000/08/28 19:14:25 pk Exp $
TOP= ${.CURDIR}/..
MINIROOT= ${.CURDIR}/../../miniroot
@ -58,7 +58,7 @@ all: netbsd.ram.gz disktab.tmp
@echo ""
@echo "installing new bootblocks"
-rm -f ${MOUNT_POINT}/boot
${MDEC}/binstall -m ${MDEC} -v -b boot.700000 ffs ${MOUNT_POINT}
${MDEC}/binstall -m ${MDEC} -v -b boot ffs ${MOUNT_POINT}
umount ${MOUNT_POINT}
vnconfig -u ${VND_CDEV}