]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand: Update testing harness to start to use UFS labels
authorWarner Losh <imp@FreeBSD.org>
Mon, 15 Aug 2022 18:09:55 +0000 (12:09 -0600)
committerWarner Losh <imp@FreeBSD.org>
Mon, 15 Aug 2022 18:38:32 +0000 (12:38 -0600)
commit159b158a1d09b2f8b6e48900887f840238d14f44
tree855b59e305231ad109cabfbe334a77a60e93ce50
parentaff95057bca1dc929996a616b0c39a6ff89a1bbf
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
tools/boot/rootgen.sh