]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kboot: Add support for ZFS volumes
authorWarner Losh <imp@FreeBSD.org>
Fri, 13 Jan 2023 21:20:40 +0000 (14:20 -0700)
committerWarner Losh <imp@FreeBSD.org>
Fri, 13 Jan 2023 21:22:39 +0000 (14:22 -0700)
commitf20ecce33a2a9a992fb267edf02edaa6eb9178b3
tree6dd34248a08d8a6e4c64e9f9f77973f15c66e493
parentcc82c650a72fcdde255b023703a9b214a81254ec
kboot: Add support for ZFS volumes

Add the zfs device and filesystem to config and write the hook we need
to probe zfs since there's not a generic mechanism in place to do that
when ZFS is configured.

Sponsored by: Netflix
Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D38008
stand/kboot/conf.c
stand/kboot/main.c