summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-kernel/dracut/files/redcore-dracut.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/dracut/files/redcore-dracut.conf b/sys-kernel/dracut/files/redcore-dracut.conf
index 0009cc16..7cefe0cc 100644
--- a/sys-kernel/dracut/files/redcore-dracut.conf
+++ b/sys-kernel/dracut/files/redcore-dracut.conf
@@ -1,8 +1,8 @@
# Host-Only mode: Install only what is needed for booting the local host instead of a generic host and generate host-specific configuration.
hostonly="yes"
-# Combine early microcode with ramdisk
-early_microcode="yes"
+# Combine early microcode with ramdisk. Uncomment the line bellow, and run "dracut -f" if you want early microcode update.
+# early_microcode="yes"
# Omit including systemd dracut modules when building the initramfs.
omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd "