systemd: ensure autofs4 and ipv6 are included

Systemd tries to load this modules very early.
Even though they are not strictly required it it is a good
thing to have them around.

[Edited-by: Harald Hoyer: moved to installkernel() ]
master
Cristian Rodríguez 2013-12-16 03:40:58 +00:00 committed by Harald Hoyer
parent c7e15f0891
commit 314929920f
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ depends() {
return 0
}

installkernel() {
instmods autofs4 ipv6
}

# called by dracut
install() {
local _mods