CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/04 02:31:35
Modified files:
distrib/arm64/ramdisk: install.md
Log message:
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
