mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-01-14 17:22:05 +03:00
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:
parent
ef9b7dde91
commit
83066c9627
@ -16,7 +16,7 @@ depends() {
|
||||
}
|
||||
|
||||
installkernel() {
|
||||
instmods -c zfs
|
||||
hostonly='' instmods -c zfs
|
||||
}
|
||||
|
||||
install() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user