summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-02-22 08:32:58 +0000
committerderaadt <deraadt@openbsd.org>1998-02-22 08:32:58 +0000
commitb0b17239f4dc5e08d66e3126194634adfb9081d3 (patch)
tree81a7bb386ea689ea0675952072d79a0fc62fc049
parentLatest version from Cyclic; files missed in first run (diff)
downloadwireguard-openbsd-b0b17239f4dc5e08d66e3126194634adfb9081d3.tar.xz
wireguard-openbsd-b0b17239f4dc5e08d66e3126194634adfb9081d3.zip
whack c partition
-rw-r--r--distrib/ramdisk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index 86b13f4d5f7..d7a54771754 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 1997/10/09 16:13:07 niklas Exp $
+# $OpenBSD: Makefile,v 1.12 1998/02/22 08:32:58 deraadt Exp $
REV= 22
@@ -61,13 +61,13 @@ ${FLOPPY}: bsd.gz ${BOOT} ${BOOTXX}
mount ${VND_DEV} ${MOUNT_POINT}
cp ${BOOT} ${MOUNT_POINT}/boot
cp bsd.gz ${MOUNT_POINT}/bsd
- ${INSTALLBOOT} -v ${MOUNT_POINT}/boot ${BOOTXX} ${VND_RDEV}
+ ${INSTALLBOOT} -v ${MOUNT_POINT}/boot ${BOOTXX} \
+ `echo ${VND_RDEV} | sed -e 's/a$$/c/'`
@echo ""
@df -i ${MOUNT_POINT}
@echo ""
umount ${MOUNT_POINT}
vnconfig -u ${VND}
- # some bug can put an extra 8k at the end it seems
dd if=${REALIMAGE} of=${FLOPPY} count=${FLOPPYSIZE}
rm -f ${REALIMAGE}