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