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