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
parent
552c37e156
commit
ae8e6ed5af
|
|
@ -18,7 +18,7 @@ depends() {
|
|||
}
|
||||
|
||||
installkernel() {
|
||||
instmods autofs4 ipv6
|
||||
hostonly='' instmods autofs4 ipv6
|
||||
instmods -s efivarfs
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue