mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-07 13:31:34 +02:00
This change sets SKIP_KERNEL_BINPKG_ENV_RESET in the zfs-kmod env so linux-info.eclass keeps kernel env variables. This resolves an issue with installing zfs-kmod as a binpkg when the kernel was not yet installed. In a pure binpkg install the zfs-kmod package might be installed before the kernel, leading to the kmod's kernel version detection to fail. Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>