summaryrefslogtreecommitdiffstats
path: root/distrib/sparc64/miniroot
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-11-22 15:02:26 +0000
committerderaadt <deraadt@openbsd.org>2014-11-22 15:02:26 +0000
commit6fdc5e3c07f2734d7a91677fb452e08f37b88c22 (patch)
tree000b00792911eabe73b56df0132b842a8a3407cc /distrib/sparc64/miniroot
parentspell PROT_EXEC correctly (diff)
downloadwireguard-openbsd-6fdc5e3c07f2734d7a91677fb452e08f37b88c22.tar.xz
wireguard-openbsd-6fdc5e3c07f2734d7a91677fb452e08f37b88c22.zip
Switch to using MI installboot, after a conversation with stsp. He will
need this soon. install tested by jsg
Diffstat (limited to 'distrib/sparc64/miniroot')
-rw-r--r--distrib/sparc64/miniroot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc64/miniroot/Makefile b/distrib/sparc64/miniroot/Makefile
index 04c14cb9bec..ac0c3355c6d 100644
--- a/distrib/sparc64/miniroot/Makefile
+++ b/distrib/sparc64/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2011/04/18 16:52:10 thib Exp $
+# $OpenBSD: Makefile,v 1.7 2014/11/22 15:02:27 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -40,7 +40,7 @@ ofwboot:
${DESTDIR}/usr/mdec/ofwboot /mnt/ofwboot
installboot:
- /usr/mdec/installboot -v ${DESTDIR}/usr/mdec/bootblk /dev/vnd0c
+ installboot -v vnd0
blank_filesystem:
dd if=/dev/zero of=${TARGET} bs=512 count=5760