From d0890f8e94a3770632fa931be19c12c9cffc6be9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 5 Aug 2017 22:18:19 +0100 Subject: sys-kernel/dracut : force drm into initramfs --- sys-kernel/dracut/files/redcore-dracut.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'sys-kernel/dracut/files') 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 " -- cgit v1.2.3