diff options
-rw-r--r-- | regress/usr.sbin/installboot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/usr.sbin/installboot/Makefile b/regress/usr.sbin/installboot/Makefile index c785e610ec8..b4f64c2fcc1 100644 --- a/regress/usr.sbin/installboot/Makefile +++ b/regress/usr.sbin/installboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.37 2023/01/23 14:49:16 kn Exp $ +# $OpenBSD: Makefile,v 1.38 2023/02/07 15:04:27 kn Exp $ INSTALLBOOT ?= /usr/sbin/installboot DRY_RUN = ${INSTALLBOOT} -n @@ -76,8 +76,7 @@ create-disks: ${SUDO} vnconfig -- ${diskfile} 1>${devfile} ${SUDO} ${FORMAT_DISK} -- "$$(<${devfile})" 1>/dev/null . if ${USE_SOFTRAID:L} == "yes" - echo 'RAID 1M-* 100%' | \ - ${SUDO} disklabel -wAT/dev/stdin -- "$$(<${devfile})" 1>/dev/null + echo 'RAID *' | ${SUDO} disklabel -wAT- -- "$$(<${devfile})" 1>/dev/null . endif .endfor |