From: kn Date: Wed, 24 Aug 2022 20:31:06 +0000 (+0000) Subject: crank chunk size to make fdisk work on arm64 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8dedbfbfe32f7f5c8f3ebf0f19a274ec092e4d55;p=openbsd crank chunk size to make fdisk work on arm64 --- 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