]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r348569: [zfsboot] Fix boot env back compat (#190)
authorKyle Evans <kevans@FreeBSD.org>
Mon, 10 Jun 2019 15:46:19 +0000 (15:46 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Mon, 10 Jun 2019 15:46:19 +0000 (15:46 +0000)
commit3faa0c8ed07eb67bedfc48e3051ae82a85df8bc1
treed41a8eab2eed68d96fb09043d35dad2a1af0326b
parent94eb6d86afb6999dc671e8bef7726790a751b2f8
MFC r348569: [zfsboot] Fix boot env back compat (#190)

* Fix boot env back compat

zfsboot must try zfsloader before loader in order to remain compatible
with boot environments created prior to zfs functionality being rolled
into loader proper.

* Improve comments in zfsboot

Explain the significance of the load path order, and put the comment
about looping through the paths in the appropriate scope.
stand/common/paths.h
stand/i386/zfsboot/zfsboot.c