From 8dedbfbfe32f7f5c8f3ebf0f19a274ec092e4d55 Mon Sep 17 00:00:00 2001 From: kn Date: Wed, 24 Aug 2022 20:31:06 +0000 Subject: [PATCH] crank chunk size to make fdisk work on arm64 --- regress/usr.sbin/installboot/Makefile | 4 ++-- 1 file 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 -- 2.20.1