From 4196d6c4fd7c6aa1a71a742f24f035f43b75e05b Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Aug 19 2020 14:22:49 +0000 Subject: always include sg module RHEL-only Resolves:#1579763 patch_name: 0057.patch present_in_specfile: true location_in_specfile: 57 squash_commits: true --- diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh index 1ed4b34..ed17782 100755 --- a/modules.d/00systemd/module-setup.sh +++ b/modules.d/00systemd/module-setup.sh @@ -18,7 +18,7 @@ depends() { } installkernel() { - hostonly='' instmods autofs4 ipv6 algif_hash hmac sha256 + hostonly='' instmods autofs4 ipv6 algif_hash hmac sha256 sg instmods -s efivarfs }