crypt-loop: Always include 'loop' kernel module
When the 'loop' kernel module isn't loaded in a running system, it gets excluded from the hostonly initrd. Given that the crypt-loop dracut module has to be loaded explicitly anyway, it makes sense to always include the requisite loop kernel module.master
parent
2bc5054a64
commit
833e0f9e83
|
|
@ -14,7 +14,7 @@ depends() {
|
|||
|
||||
# called by dracut
|
||||
installkernel() {
|
||||
instmods loop
|
||||
hostonly='' instmods loop
|
||||
}
|
||||
|
||||
# called by dracut
|
||||
|
|
|
|||
Loading…
Reference in New Issue