diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/vax/inst-common/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/vax/inst-common/Makefile.inc b/distrib/vax/inst-common/Makefile.inc index 70376ca38d9..340266491d8 100644 --- a/distrib/vax/inst-common/Makefile.inc +++ b/distrib/vax/inst-common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 1997/05/14 18:39:08 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.5 1997/09/26 02:12:09 millert Exp $ # TOP is assumed to be defined by Makefile including this one. @@ -35,7 +35,8 @@ all: ${CBIN} bootroot bootroot: edlabel copy xxboot boot dd if=/dev/zero of=${BOOTSYS} bs=64k count=4 vnconfig -v -c ${VND} ${BOOTSYS} - newfs -O -m 0 -o space -i 8192 ${VND_RDEV} bootroot + disklabel -w ${VND} bootroot + newfs -O -m 0 -o space -i 8192 ${VND_RDEV} dd if=xxboot of=${VND_RDEV} count=16 mount ${VND_DEV} ${MOUNT_POINT} cp edlabel copy boot ${MOUNT_POINT} |