summaryrefslogtreecommitdiff
path: root/distrib/miniroot
diff options
context:
space:
mode:
authorKlemens Nanni <kn@cvs.openbsd.org>2023-05-22 23:32:32 +0000
committerKlemens Nanni <kn@cvs.openbsd.org>2023-05-22 23:32:32 +0000
commit4aacbbe0a9494d3b443cee5396208c2d057140ba (patch)
tree46bc4ca7cf0cffada4674f87dd1d86103187b34f /distrib/miniroot
parent8f8ec7ff389bebdde7d14b98698aa753205f9def (diff)
Drop unused md_prep_fdisk() argument in disk crypto question handler
It takes just one, the disk; the second snuck from earlier development into the intial r1.1231 commit.
Diffstat (limited to 'distrib/miniroot')
-rw-r--r--distrib/miniroot/install.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub
index a90f0955c2f..d3b87bca933 100644
--- a/distrib/miniroot/install.sub
+++ b/distrib/miniroot/install.sub
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $OpenBSD: install.sub,v 1.1246 2023/05/20 20:00:28 kn Exp $
+# $OpenBSD: install.sub,v 1.1247 2023/05/22 23:32:31 kn Exp $
#
# Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback
# Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org>
@@ -3105,7 +3105,7 @@ __EOT
echo "\nConfiguring the crypto chunk $_chunk...\n"
make_dev $_chunk
- md_prep_fdisk $_chunk softraid
+ md_prep_fdisk $_chunk
echo 'RAID *' | disklabel -w -A -T- $_chunk
until bioctl -c C -l ${_chunk}a softraid0 >/dev/null; do