summaryrefslogtreecommitdiffstats
path: root/distrib/i386/common
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-03-29 17:31:40 +0000
committerderaadt <deraadt@openbsd.org>2014-03-29 17:31:40 +0000
commitb0f44b1449587e7e7c4b5cd441cca6e46b43a82a (patch)
treeeac5fea2c19a7f515c89177e19dbc6f02c10e65b /distrib/i386/common
parentbugfix and security update to 1.4.7: (diff)
downloadwireguard-openbsd-b0f44b1449587e7e7c4b5cd441cca6e46b43a82a.tar.xz
wireguard-openbsd-b0f44b1449587e7e7c4b5cd441cca6e46b43a82a.zip
Place kernel after running installboot, because this makes overflow
easier to calculate.
Diffstat (limited to 'distrib/i386/common')
-rw-r--r--distrib/i386/common/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc
index 5d7cd8f8c2a..f518adf212c 100644
--- a/distrib/i386/common/Makefile.inc
+++ b/distrib/i386/common/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.36 2014/03/02 15:57:32 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.37 2014/03/29 17:32:41 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -38,9 +38,9 @@ ${FS}: bsd.gz
cp ${BOOT} ${.OBJDIR}/boot
strip ${.OBJDIR}/boot
strip -R .comment ${.OBJDIR}/boot
- dd if=bsd.gz of=${MOUNT_POINT}/bsd bs=512
installboot -v -r ${MOUNT_POINT} ${VND_CRDEV} \
${DESTDIR}/usr/mdec/biosboot ${.OBJDIR}/boot
+ dd if=bsd.gz of=${MOUNT_POINT}/bsd bs=512
@echo ""
@df -i ${MOUNT_POINT}
@echo ""