summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2015-10-20 16:18:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2015-10-20 16:18:24 +0000
commit2970c0d1dae5ea836b65fe774938c173aec27838 (patch)
tree30f50e8b3e8603083bfa8d3fc07830e7c588cfca /distrib
parent6a5df83a29fbbd882e4359471b54c47badf16b84 (diff)
Missing commit of vax switch to MI installboot(8), forgotten when it went in.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/ramdisk/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index 38e988cbccc..618df4339bb 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.43 2013/10/18 14:04:04 deraadt Exp $
+# $OpenBSD: Makefile,v 1.44 2015/10/20 16:18:23 miod Exp $
REV= ${OSrev}
@@ -62,13 +62,8 @@ ${FLOPPY}: bsd.gz ${BOOT} ${BOOTXX}
disklabel -w ${VND} ${FLOPPYTYPE}
newfs ${NEWFSOPTS_FD} ${VND_RDEV}
mount ${VND_DEV} ${MOUNT_POINT}
- cp ${BOOT} ${MOUNT_POINT}/
cp bsd.gz ${MOUNT_POINT}/bsd
- ${INSTALLBOOT} -v ${BOOTIN} ${BOOTXX} \
- `echo ${VND_RDEV} | sed -e 's/a$$/c/'`
-.if (${MACHINE_ARCH} == "vax")
- disklabel -B -b ${BOOTXX} ${VND}
-.endif
+ ${INSTALLBOOT} -v -r ${MOUNT_POINT} ${VND} ${BOOTXX} ${BOOT}
@echo ""
@df -i ${MOUNT_POINT}
@echo ""