Skip to content

Commit

Permalink
fix(systemd): always include sg module
Browse files Browse the repository at this point in the history
RHEL-only
Resolves: RHEL-32853
  • Loading branch information
lnykryn authored and pvalena committed Jul 11, 2024
1 parent 92bda68 commit 70b715d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/00systemd/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 70b715d

Please sign in to comment.