Move existing softraid check into reusable function
authorkn <kn@openbsd.org>
Thu, 2 Feb 2023 13:29:16 +0000 (13:29 +0000)
committerkn <kn@openbsd.org>
Thu, 2 Feb 2023 13:29:16 +0000 (13:29 +0000)
commitdda200cbadcf286fc6b517d39ffaafa849262116
tree029224408fc07af6615d20703507b5be85053258
parenta3a964d2c2921cc710f183d8a35080959f84619f
Move existing softraid check into reusable function

No behaviour change, but get_softraid_chunks() reads much clearer.

The root disk is checked to be a softraid volume;  if so, devices for each
chunks are created to make installboot work later.

bioctl accepts "sd1" and "softraid0", the latter prints all volumes.
Output is identical if sd1 is the only volume.

OK afresh1
distrib/miniroot/install.sub