CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2022/08/31 17:53:22
Modified files: regress/usr.sbin/installboot: Makefile Log message: 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).