Add initial installboot(8) tests
authorkn <kn@openbsd.org>
Sun, 21 Aug 2022 17:03:18 +0000 (17:03 +0000)
committerkn <kn@openbsd.org>
Sun, 21 Aug 2022 17:03:18 +0000 (17:03 +0000)
commit70db4a89252132fe757643e60c291e1a41fc24d3
tree0d2a90f62a256d7a903cb9fd0f27a45e262745dc
parent621c49c578a5ab65f1fd8dac978213e67b532fdb
Add initial installboot(8) tests

For now they all run on softraid(4) on vnd(4) and do not require any
setup up-front, making it easy to spot bugs in MD code.

amd64 passes, sparc64 passes with the exception of "-r/mnt" usage,
as is done by the installer, when the softraid volume contains
more than one chunk.  arm64 needs more love, still.

Will be hooked up per-arch soon.

OK anton
regress/usr.sbin/installboot/Makefile [new file with mode: 0644]