From 10212cb4445f0059766fcff16b16a2b2fd3f1073 Mon Sep 17 00:00:00 2001 From: kn Date: Tue, 6 Sep 2022 20:54:37 +0000 Subject: [PATCH] Crank (sparse) disk size from 64M to 128M to make arm64 happy again --- 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 2eef7ddddaf..5617bcc87c7 100644 --- a/regress/usr.sbin/installboot/Makefile +++ b/regress/usr.sbin/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.23 2022/09/06 20:30:00 kn Exp $ +# $OpenBSD: Makefile,v 1.24 2022/09/06 20:54:37 kn Exp $ INSTALLBOOT ?= /usr/sbin/installboot DRY_RUN = ${INSTALLBOOT} -n @@ -64,7 +64,7 @@ REGRESS_SETUP_ONCE = copy-bootstrap-to-root create-disks: .for n in ${NDISKS} - dd if=/dev/zero of=disk${n}.img bs=1m count=0 seek=64 status=none + dd if=/dev/zero of=disk${n}.img bs=1m count=0 seek=128 status=none ${SUDO} vnconfig -- disk${n}.img 1>diskdev${n}.txt .endfor .if ${USE_SOFTRAID:L} == "yes" -- 2.20.1