mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-14 06:16:17 +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
545d66204d
commit
6ba51da93b
@ -16,7 +16,7 @@ depends() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
installkernel() {
|
installkernel() {
|
||||||
instmods -c zfs
|
hostonly='' instmods -c zfs
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user