Blame SOURCES/0102-systemd-ensure-autofs4-and-ipv6-are-included.patch

18971c
From 657e832da0f7fb99e60dab9bb934071d81519dc5 Mon Sep 17 00:00:00 2001
18971c
From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= <crrodriguez@opensuse.org>
18971c
Date: Mon, 16 Dec 2013 03:40:58 +0000
18971c
Subject: [PATCH] systemd: ensure autofs4 and ipv6 are included
18971c
18971c
Systemd tries to load this modules very early.
18971c
Even though they are not strictly required it it is a good
18971c
thing to have them around.
18971c
18971c
[Edited-by: Harald Hoyer: moved to installkernel() ]
18971c
---
18971c
 modules.d/98systemd/module-setup.sh | 4 ++++
18971c
 1 file changed, 4 insertions(+)
18971c
18971c
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
18971c
index 511b883f..91a6559d 100755
18971c
--- a/modules.d/98systemd/module-setup.sh
18971c
+++ b/modules.d/98systemd/module-setup.sh
18971c
@@ -17,6 +17,10 @@ depends() {
18971c
     return 0
18971c
 }
18971c
 
18971c
+installkernel() {
18971c
+    instmods autofs4 ipv6
18971c
+}
18971c
+
18971c
 install() {
18971c
     local _mods
18971c