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