unmount before running installboot so this works on securelevel >1 systems
This commit is contained in:
parent
cab9e1c2f8
commit
712a7863e8
@ -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.
|
# TOP is assumed to be defined by Makefile including this one.
|
||||||
|
|
||||||
@ -32,8 +32,8 @@ all: netbsd.ram.gz
|
|||||||
@echo ""
|
@echo ""
|
||||||
@echo "installing new bootblocks"
|
@echo "installing new bootblocks"
|
||||||
-rm -f ${MOUNT_POINT}/boot
|
-rm -f ${MOUNT_POINT}/boot
|
||||||
/usr/mdec/installboot -v -f /usr/mdec/biosboot.sym ${VND_RDEV}
|
|
||||||
umount ${MOUNT_POINT}
|
umount ${MOUNT_POINT}
|
||||||
|
/usr/mdec/installboot -v -f /usr/mdec/biosboot.sym ${VND_RDEV}
|
||||||
vnconfig -u ${VND_DEV}
|
vnconfig -u ${VND_DEV}
|
||||||
cat /*bin/* > /dev/null
|
cat /*bin/* > /dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user