summaryrefslogtreecommitdiff
path: root/sys-kernel/dracut-config-redcore/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-24 20:30:18 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-24 20:30:18 +0100
commitf18e431ca9d8486479e5b8976f63d0f8453e8986 (patch)
treea6bc0de2c11a37269569fc8b95c87f93e974728d /sys-kernel/dracut-config-redcore/files
parent496a2dbef7137a0591bdc0d7d265382c369545df (diff)
sys-kernel/dracut-config-redcore : revision bump
Diffstat (limited to 'sys-kernel/dracut-config-redcore/files')
-rw-r--r--sys-kernel/dracut-config-redcore/files/redcore-dracut.conf6
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 "