diff options
-rw-r--r-- | sys-kernel/dracut/files/redcore-dracut.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-kernel/dracut/files/redcore-dracut.conf b/sys-kernel/dracut/files/redcore-dracut.conf index 7b9eec6d..b3a3fa86 100644 --- a/sys-kernel/dracut/files/redcore-dracut.conf +++ b/sys-kernel/dracut/files/redcore-dracut.conf @@ -4,5 +4,8 @@ hostonly="yes" # Combine early microcode with ramdisk. Uncomment the line bellow, and run "dracut -f" if you want early microcode update. # early_microcode="yes" -# Omit including systemd dracut modules when building the initramfs. +# Dracut modules to add when building the iniframfs +add_dracutmodules+=" drm " + +# Dracut modules to ommit when building the initramfs. omit_dracutmodules+=" plymouth systemd systemd-initrd systemd-networkd dracut-systemd " |