Introduce USE_SOFTRAID to allow testing on vnd(4) directly
authorkn <kn@openbsd.org>
Wed, 31 Aug 2022 23:53:22 +0000 (23:53 +0000)
committerkn <kn@openbsd.org>
Wed, 31 Aug 2022 23:53:22 +0000 (23:53 +0000)
commit8b941ead004d57ba51b07864762040d5007c9007
tree2f456ccfd8dfb9bd9975f6f45932b3e4e11864f6
parent3dbfdff05a25f524e5cab754496bc66c3e314a33
Introduce USE_SOFTRAID to allow testing on vnd(4) directly

This is mostly for architectures which don't have softraid(4) support
in installboot(8), but should also be useful in general to test different
setups and thus increase coverage.

Default to root on softraid on vnd on all architectures that support it:
amd64, arm64, i386 and sparc64;  use root on vnd on others (yet to come).
regress/usr.sbin/installboot/Makefile