diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-29 17:32:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-03-29 17:32:42 +0000 |
commit | 3756224bec69e72815aea2adefb844c05c376b26 (patch) | |
tree | bfbc3af042ccaa52171767bf873a469e125fd8ae /distrib | |
parent | c4092b6e671793fb0248d79ae7635c41702909bd (diff) |
Place kernel after running installboot, because this makes overflow
easier to calculate.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/common/Makefile.inc | 4 |
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 "" |