contrib: dracut: always include zfs kernel module

This commit fixes the issue and includes the zfs kernel
module even when dracut is used in hostonly mode.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Jo Zzsi <jozzsicsataban@gmail.com>
Closes #17754
This commit is contained in:
jozzsi 2025-09-18 19:56:45 -04:00 committed by Brian Behlendorf
parent ef9b7dde91
commit 83066c9627

View File

@ -16,7 +16,7 @@ depends() {
}
installkernel() {
instmods -c zfs
hostonly='' instmods -c zfs
}
install() {