Make root on softraid installations boot out of the box on Raspberry Pis
authorkn <kn@openbsd.org>
Tue, 4 Apr 2023 08:31:35 +0000 (08:31 +0000)
committerkn <kn@openbsd.org>
Tue, 4 Apr 2023 08:31:35 +0000 (08:31 +0000)
commitf5266f03a63d8c9d295386795c030801b6ada0a8
tree87df44b3293c85b16f12b21d93e33d4b7c2552dc
parent5a9451d3554fa71fa6883ac24c8676f661535831
Make root on softraid installations boot out of the box on Raspberry Pis

Various files are put onto a pi's ESP, assuming root disk means boot disk,
which is not true for root on softraid(4).

Wrap the code in a loop over chunks (if any) or the single disk as before,
just like installboot(8) does.

OK mbuhl
distrib/arm64/ramdisk/install.md