Draft: redhat/configs: change kernel options from modules to built in for systemd
Upstream Status: RHEL Only
Systemd between loading the SELinux policy and starting the systemd-generators will check to see if any functionality that's needed is available as a kernel module, and will serially load [1] them if present. It will be faster to set these to built in within the kernel so that systemd doesn't have to load anything.
[1] https://github.com/systemd/systemd/blob/main/src/core/kmod-setup.c#L114
Signed-off-by: Brian Masney bmasney@redhat.com