diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-11-24 00:39:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-11-24 00:39:00 +0000 |
commit | 8993478b88eb0f5011aeaedc3fcec6f918d49a4c (patch) | |
tree | 1d8c8693cb75237d052c04c06d9ddcb4e8f6d7cf /sys-kernel/dracut | |
parent | a9bbaa1acb505215d0bdcf5ae8a8ad1369aac770 (diff) |
make early microcode update optional
Diffstat (limited to 'sys-kernel/dracut')
-rw-r--r-- | sys-kernel/dracut/files/redcore-dracut.conf | 4 |
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 " |