summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-02-07 15:04:28 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-02-07 15:04:28 +0000
commit98bd9553f5c16e6c1d802c3a25edc6422153d926 (patch)
tree04443353cf55c87b69f6f1b52ff4ef72a242499c /regress
parent7e059a1d5481a84f7ce233164b181b7506d5bc42 (diff)
switch to new simplified disklabel template format
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.sbin/installboot/Makefile5
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