Author :
kn
Date :
2023-01-16 22:59:41
Hash :7a579a5a Message :Enable softraid(4) support in installboot(8)
riscv64 efiboot already supports booting from softraid volumes.
These installboot bits make sure that the boot loader will be installed on
chunk devices rather than the volume for root on softraid installations,
i.e. full boot support for riscv64, just like amd64, arm64 and sparc64.
regress is happy.
OK kettenis