summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2022-08-24 20:31:07 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2022-08-24 20:31:07 +0000
commit72db64ab782d0314c232ef567ffc84845f82ba94 (patch)
tree30f49420f760af2c7a4293860fff0db2c7d8c7dc
parentf7ea00d5a36bf042ef394bbd56e3972ff6d2968b (diff)
crank chunk size to make fdisk work on arm64
-rw-r--r--regress/usr.sbin/installboot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/installboot/Makefile b/regress/usr.sbin/installboot/Makefile
index 5dd8d76746a..0e13d6e9a8b 100644
--- a/regress/usr.sbin/installboot/Makefile
+++ b/regress/usr.sbin/installboot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2022/08/24 15:58:06 kn Exp $
+# $OpenBSD: Makefile,v 1.5 2022/08/24 20:31:06 kn Exp $
INSTALLBOOT ?= /usr/sbin/installboot
DRY_RUN = ${INSTALLBOOT} -n
@@ -24,7 +24,7 @@ REGRESS_SETUP_ONCE = copy-bootstrap-to-softraid
create-new-chunks:
.for n in ${NCHUNKS}
- dd if=/dev/zero of=chunk${n}.img bs=1m count=0 seek=32 status=none
+ dd if=/dev/zero of=chunk${n}.img bs=1m count=0 seek=64 status=none
${SUDO} vnconfig -- chunk${n}.img 1>vnd${n}.txt
.endfor