Browse Source

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
James Lee 9 years ago
parent
commit
833e0f9e83
  1. 2
      modules.d/91crypt-loop/module-setup.sh

2
modules.d/91crypt-loop/module-setup.sh

@ -14,7 +14,7 @@ depends() { @@ -14,7 +14,7 @@ depends() {

# called by dracut
installkernel() {
instmods loop
hostonly='' instmods loop
}

# called by dracut

Loading…
Cancel
Save