Make softraid helper return disk not device names
authorkn <kn@openbsd.org>
Fri, 3 Feb 2023 14:18:56 +0000 (14:18 +0000)
committerkn <kn@openbsd.org>
Fri, 3 Feb 2023 14:18:56 +0000 (14:18 +0000)
commitd9823da2edec4325997e1d5e71e64663bca0d301
tree9e19ee31c962cd961eafbfaad8e4ae82f7ed6f02
parentad47b89def2f9eacc007352b73f34eab2e08ae0a
Make softraid helper return disk not device names

get_softraid_chunks() yields full device names with labels, e.g. "sd0a",
but the installer largely deals with disk names "sd0".

The only user of this, MAKEDEV, behaves identically with either form.

Rename to get_softraid_disks(), clarify comments and return disk names
so it can be reused without pattern matching or stripping labels.

OK afresh1
distrib/miniroot/install.sub