Change to pass file image to binstall so it can be built in securelevel > 0
This commit is contained in:
parent
106522ed47
commit
5d433ad17d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.26 2000/10/31 20:59:00 pk Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2001/02/19 06:25:39 jmc Exp $
|
||||
#
|
||||
# boot.fs is the image for disk 1 of the two-set floppy based installation
|
||||
# method.
|
||||
|
@ -60,7 +60,7 @@ all: netbsd.ram netbsd.ram.aout
|
|||
@echo ""
|
||||
@echo "installing new bootblocks"
|
||||
-rm -f ${MOUNT_POINT}/boot
|
||||
${MDEC}/binstall -m ${MDEC} -v ffs ${MOUNT_POINT}
|
||||
${MDEC}/binstall -m ${MDEC} -f ${IMAGE} -v ffs ${MOUNT_POINT}
|
||||
umount ${MOUNT_POINT}
|
||||
vnconfig -u ${VND_CDEV}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: list,v 1.20 2000/11/17 18:01:41 pk Exp $
|
||||
# $NetBSD: list,v 1.21 2001/02/19 06:25:55 jmc Exp $
|
||||
|
||||
# Sparc extra's
|
||||
LINK instbin sbin/disklabel
|
||||
|
@ -62,4 +62,4 @@ LINK instbin sysinst
|
|||
COPY ${ARCHDIR}/dot.profile .profile
|
||||
COPY ${ARCHDIR}/../install.md install.md
|
||||
COPY ${DESTDIR}/usr/mdec/boot boot
|
||||
SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -m${DESTDIR}/usr/mdec -v ffs ${TARGDIR}
|
||||
SPECIAL sync; ${DESTDIR}/usr/mdec/binstall -f${OBJDIR}/miniroot.fs -m${DESTDIR}/usr/mdec -v ffs ${TARGDIR}
|
||||
|
|
Loading…
Reference in New Issue