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 2015-03-26 02:17:34 -04:00
parent 2bc5054a64
commit 833e0f9e83
1 changed files with 1 additions and 1 deletions

View File

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

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

# called by dracut