Do not ask to initialize disks with softraid chunks
authorkn <kn@openbsd.org>
Thu, 9 Feb 2023 10:38:41 +0000 (10:38 +0000)
committerkn <kn@openbsd.org>
Thu, 9 Feb 2023 10:38:41 +0000 (10:38 +0000)
commit0b18df416c37ca388f2a3bf07d84ad810f33c857
tree8625ddef6b6d656b8c5ed4de240e00fdb67802ad
parent88038b4e949d309e642597db877c285de378cc19
Do not ask to initialize disks with softraid chunks

Skip chunk devices in the 'Which disk do you wish to initialize?' question.
Touching sd0, e.g. after a root on softraid sd1 install on sd0, will fail.

get_dkdevs_uninitialized() is used once, in interactive installs, right
after root disk setup, iff multiple disks exist.

Tested as part of a bigger diff by a few
OK cheloha
distrib/miniroot/install.sub