summaryrefslogtreecommitdiff
path: root/sys-kernel/dracut
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-08-05 22:18:19 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-08-05 22:18:19 +0100
commitd0890f8e94a3770632fa931be19c12c9cffc6be9 (patch)
treef46c868bad520888bf90cf2b17a38a5c7d03725e /sys-kernel/dracut
parent6bcd506e09b9de4384e053637d21671e64306b80 (diff)
sys-kernel/dracut : force drm into initramfs
Diffstat (limited to 'sys-kernel/dracut')
-rw-r--r--sys-kernel/dracut/files/redcore-dracut.conf5
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 "