diff options
Diffstat (limited to 'sys-kernel/dracut-config-redcore')
-rw-r--r-- | sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r2.ebuild (renamed from sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r1.ebuild) | 0 | ||||
-rw-r--r-- | sys-kernel/dracut-config-redcore/files/redcore-dracut.conf | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r1.ebuild b/sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r2.ebuild index caae14ed..caae14ed 100644 --- a/sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r1.ebuild +++ b/sys-kernel/dracut-config-redcore/dracut-config-redcore-1708-r2.ebuild 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 " |