# Configuration script for intel-microcode

#
# Initramfs helper
#

# Microcode update mode:
# (unset): use early firmware support for Linux v3.9 and later, and
#          initramfs for older kernels
# no:      do not install microcode to the initramfs
# early:   use early firmware (requires kernel support)
# yes:     use normal initramfs (too late to repair the worst problems)
#IUCODE_TOOL_INITRAMFS=

# Should we use "iucode_tool --scan-system" to reduce the initramfs
# bloat, by installing only microcode appropriate to the system
# processors active on the system where update-initramfs is run?
IUCODE_TOOL_SCANCPUS=yes

# Extra options to pass to iucode_tool, useful to forbid or to
# force the inclusion of microcode for specific processor signatures.
# See iucode_tool(8) for details.
IUCODE_TOOL_EXTRA_OPTIONS=
