From 8993478b88eb0f5011aeaedc3fcec6f918d49a4c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Nov 2016 00:39:00 +0000 Subject: make early microcode update optional --- sys-kernel/dracut/files/redcore-dracut.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys-kernel/dracut/files') 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 " -- cgit v1.2.3