858a73f1 | 02-Dec-2022 |
Warner Losh <imp@FreeBSD.org> |
full-test: Start of a full testing suite.
full-test.sh aims to be a test suite generator for the boot loader. It tries to grab artifacts from the web and then constructs minimal boot environments fr
full-test: Start of a full testing suite.
full-test.sh aims to be a test suite generator for the boot loader. It tries to grab artifacts from the web and then constructs minimal boot environments from that as well as writing qemu-system-* using scripts that facilitates testing all the ways we can boot... At least all the ways that we an boot that qemu can emulate.
This is very much a work in progress, and likely could use a good cleanup at some point.
Sponsored by: Netflix
show more ...
|
26a241a0 | 15-Aug-2022 |
Warner Losh <imp@FreeBSD.org> |
stand: Update GELI UFS cases to use ufs labels
GELI images are created in a different manner than non-GELI images. Update them to set the label of 'root' on the UFS partition and use that in fstab.
stand: Update GELI UFS cases to use ufs labels
GELI images are created in a different manner than non-GELI images. Update them to set the label of 'root' on the UFS partition and use that in fstab. Drop comments about needing to do this, as well as the 'dev' variable now that it's unused.
Sponsored by: Netflix
show more ...
|
159b158a | 15-Aug-2022 |
Warner Losh <imp@FreeBSD.org> |
stand: Update testing harness to start to use UFS labels
Minor changes to the non-geli UFS targets: migrate to using ufs labels so we don't need to know the name of the device we booted off of. This
stand: Update testing harness to start to use UFS labels
Minor changes to the non-geli UFS targets: migrate to using ufs labels so we don't need to know the name of the device we booted off of. This doesn't change the GELI test cass just yet since I've not tested them. ZFS doesn't need these changes since we don't need to encode the device for it.
Sponsored by: Netflix
show more ...
|