systemd always tries to load autofs4

During boot systemd tries to load autofs4, but dracut will only
add it if it's loaded by the time dracut is run.
Modify dracut to always load autofs4.

References: bnc#869411

Signed-off-by: Thomas Renninger <trenn@suse.de>
master
Thomas Renninger 2014-12-11 15:45:53 +01:00 committed by Harald Hoyer
parent 552c37e156
commit ae8e6ed5af
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ depends() {
}

installkernel() {
instmods autofs4 ipv6
hostonly='' instmods autofs4 ipv6
instmods -s efivarfs
}