diff options
Diffstat (limited to 'sys-kernel/dracut-config-redcore/files')
-rw-r--r-- | sys-kernel/dracut-config-redcore/files/redcore-dracut.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf index 3b0d1087..f7393d77 100644 --- a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf +++ b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf @@ -2,13 +2,13 @@ hostonly="no" # Combine early microcode with ramdisk. Uncomment the line bellow, and run "dracut -f" if you want early microcode update. -early_microcode="yes" +# early_microcode="yes" # Dracut modules to add when building the iniframfs -add_dracutmodules+=" drm plymouth " +add_dracutmodules+=" drm " # Dracut modules to ommit when building the initramfs. -omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd " +omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd plymouth " # Make sure we have vboxvideo && qxl inside the initramfs (Virtualbox/Qemu) add_drivers+=" vboxvideo qxl " |