26 lines
749 B
Diff
26 lines
749 B
Diff
|
From 99c1c91a3b1f7c0ba417ecdea4cab8f1a424fabe Mon Sep 17 00:00:00 2001
|
||
|
From: Lukas Nykryn <lnykryn@redhat.com>
|
||
|
Date: Fri, 29 Nov 2019 13:29:23 +0100
|
||
|
Subject: [PATCH] fix(systemd): always include sg module
|
||
|
|
||
|
RHEL-only
|
||
|
Resolves: RHEL-32853
|
||
|
---
|
||
|
modules.d/00systemd/module-setup.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh
|
||
|
index a4397249..27d2180d 100755
|
||
|
--- a/modules.d/00systemd/module-setup.sh
|
||
|
+++ b/modules.d/00systemd/module-setup.sh
|
||
|
@@ -17,7 +17,7 @@ depends() {
|
||
|
}
|
||
|
|
||
|
installkernel() {
|
||
|
- hostonly='' instmods autofs4 ipv6 algif_hash hmac sha256
|
||
|
+ hostonly='' instmods autofs4 ipv6 algif_hash hmac sha256 sg
|
||
|
instmods -s efivarfs
|
||
|
}
|
||
|
|
||
|
|