]> 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>
Tue, 24 Jan 2023 21:49:47 +0000 (14:49 -0700)
commitf168e96dfba283958182ec7f64712be072147dad
treebc64ae7c89aec60ecba63d41dada85ca1dcfc1e1
parent85ab3bb9897c7a9edaa4322bff770b496f50cc91
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

(cherry picked from commit f20ecce33a2a9a992fb267edf02edaa6eb9178b3)
stand/kboot/conf.c
stand/kboot/main.c