diff options
author | 2015-10-20 16:18:23 +0000 | |
---|---|---|
committer | 2015-10-20 16:18:23 +0000 | |
commit | eb59d11a4fc2620cdf67172259c7e5c67bf525b7 (patch) | |
tree | 35d1c55fd797d889a6325b1e7820d0b5c7ae3915 | |
parent | Lob a style(9) grenade in here. (diff) | |
download | wireguard-openbsd-eb59d11a4fc2620cdf67172259c7e5c67bf525b7.tar.xz wireguard-openbsd-eb59d11a4fc2620cdf67172259c7e5c67bf525b7.zip |
Missing commit of vax switch to MI installboot(8), forgotten when it went in.
-rw-r--r-- | distrib/ramdisk/Makefile | 9 |
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 "" |