diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-08-20 12:34:19 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-08-20 12:34:19 +0100 |
commit | d1f05f4e175d891ba31acdd01ad10ed24ff1921c (patch) | |
tree | a23b3abf98fa1c0858d64bb97e2de1065b0bbcbd /sys-kernel/dracut-config-redcore | |
parent | 36d3a32b3e8ba6d282c13151904dab7447f967e7 (diff) |
read plymouth
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 " |