Browse Source

Merge pull request #45 from MrStaticVoid/fix-crypt-loop-hostonly-kernel-module

crypt-loop: Always include 'loop' kernel module
master
Harald Hoyer 10 years ago
parent
commit
d6e23c46c2
  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