diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 02:33:25 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 02:33:25 +0100 |
commit | 58bcc78f748c60135b129c502a2db5175b347c8d (patch) | |
tree | b5ae124e882f2c7d7a61673bf78a6b3f726dd337 /sys-kernel/dracut-config-redcore | |
parent | 0d631ddf1e0236730ec39d7b9f1f2a2119da30f1 (diff) |
sys-kernel/dracut-config-redcore : reenable plymouth
Diffstat (limited to 'sys-kernel/dracut-config-redcore')
-rw-r--r-- | sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r4.ebuild (renamed from sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r3.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-1337-r3.ebuild b/sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r4.ebuild index e6156600..e6156600 100644 --- a/sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r3.ebuild +++ b/sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r4.ebuild diff --git a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf index f7393d77..279e9bed 100644 --- a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf +++ b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf @@ -5,10 +5,10 @@ hostonly="no" # 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+=" systemd systemd-initrd systemd-networkd dracut-systemd plymouth " +omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd " # Make sure we have vboxvideo && qxl inside the initramfs (Virtualbox/Qemu) add_drivers+=" vboxvideo qxl " |