summaryrefslogtreecommitdiffstats
path: root/distrib/sparc64/miniroot
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2010-02-26 23:15:48 +0000
committerderaadt <deraadt@openbsd.org>2010-02-26 23:15:48 +0000
commit744b51ee5b8f7380d3f4aac1ad552da7bd0f7448 (patch)
treed06405e0edf6b87eb0e2d5cd4b9db3f4de23022f /distrib/sparc64/miniroot
parentwhen we build a vendor label for writing, clear the memory supplied by the (diff)
downloadwireguard-openbsd-744b51ee5b8f7380d3f4aac1ad552da7bd0f7448.tar.xz
wireguard-openbsd-744b51ee5b8f7380d3f4aac1ad552da7bd0f7448.zip
grow the miniroot a wee little bit
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 60cfabb868e..c0c9f2f9bbb 100644
--- a/distrib/sparc64/miniroot/Makefile
+++ b/distrib/sparc64/miniroot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2009/04/17 03:58:55 deraadt Exp $
+# $OpenBSD: Makefile,v 1.5 2010/02/26 23:15:48 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -43,7 +43,7 @@ installboot:
/usr/mdec/installboot -v ${DESTDIR}/usr/mdec/bootblk /dev/svnd0c
blank_filesystem:
- dd if=/dev/zero of=${TARGET} bs=512 count=5120
+ dd if=/dev/zero of=${TARGET} bs=512 count=5760
.endif