summaryrefslogtreecommitdiff
path: root/distrib/vax
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-26 02:12:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-26 02:12:10 +0000
commit64721817c4e62810aa6ba81d5b4f051b8262a0df (patch)
tree31600fc629a1ac5e3f97dae9d56e04bd88cb92c8 /distrib/vax
parent23dfbfbc0a69d8e64d7f226fedb5ff98ae3d15f0 (diff)
Add a missing disklabel and fix newfs usage.
Diffstat (limited to 'distrib/vax')
-rw-r--r--distrib/vax/inst-common/Makefile.inc5
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}