From 712a7863e8f39bdf0f700ffda26cb4645359eab6 Mon Sep 17 00:00:00 2001 From: jtk Date: Mon, 23 Jun 1997 01:14:32 +0000 Subject: [PATCH] unmount before running installboot so this works on securelevel >1 systems --- distrib/i386/floppies/bootfloppy-common/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/i386/floppies/bootfloppy-common/Makefile.inc b/distrib/i386/floppies/bootfloppy-common/Makefile.inc index ce847eb0a9c3..6e99e0bbc8d6 100644 --- a/distrib/i386/floppies/bootfloppy-common/Makefile.inc +++ b/distrib/i386/floppies/bootfloppy-common/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 1997/06/21 21:30:49 christos Exp $ +# $NetBSD: Makefile.inc,v 1.3 1997/06/23 01:14:32 jtk Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -32,8 +32,8 @@ all: netbsd.ram.gz @echo "" @echo "installing new bootblocks" -rm -f ${MOUNT_POINT}/boot - /usr/mdec/installboot -v -f /usr/mdec/biosboot.sym ${VND_RDEV} umount ${MOUNT_POINT} + /usr/mdec/installboot -v -f /usr/mdec/biosboot.sym ${VND_RDEV} vnconfig -u ${VND_DEV} cat /*bin/* > /dev/null