diff options
Diffstat (limited to 'sys-kernel/dracut-config-redcore/files')
-rw-r--r-- | sys-kernel/dracut-config-redcore/files/redcore-dracut.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf index 7e1c53db..52c06970 100644 --- a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf +++ b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf @@ -5,7 +5,7 @@ hostonly="yes" early_microcode="yes" # Dracut modules to add when building the iniframfs -add_dracutmodules+=" drm " +add_dracutmodules+=" drm plymouth " # Dracut modules to ommit when building the initramfs. -omit_dracutmodules+=" plymouth systemd systemd-initrd systemd-networkd dracut-systemd " +omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd " |