fab351
From 346e57c1b6af4e2cfdbaae64941f2f3b8454a944 Mon Sep 17 00:00:00 2001
fab351
From: Lukas Nykryn <lnykryn@redhat.com>
fab351
Date: Fri, 29 Nov 2019 13:29:23 +0100
fab351
Subject: [PATCH] always include sg module
fab351
fab351
RHEL-only
fab351
Resolves:#1579763
fab351
---
fab351
 modules.d/00systemd/module-setup.sh | 2 +-
fab351
 1 file changed, 1 insertion(+), 1 deletion(-)
fab351
fab351
diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh
fab351
index 1ed4b34f..ed177826 100755
fab351
--- a/modules.d/00systemd/module-setup.sh
fab351
+++ b/modules.d/00systemd/module-setup.sh
fab351
@@ -18,7 +18,7 @@ depends() {
fab351
 }
fab351
 
fab351
 installkernel() {
fab351
-    hostonly='' instmods autofs4 ipv6 algif_hash hmac sha256
fab351
+    hostonly='' instmods autofs4 ipv6 algif_hash hmac sha256 sg
fab351
     instmods -s efivarfs
fab351
 }
fab351
 
fab351