machine_setup/ansible/roles/cpu/files/intel_microcode_loader.conf

7 lines
239 B
Plaintext
Raw Normal View History

# Load Intel microcode at boot before the kernel does feature detection.
#
# The alternative would have been /etc/rc.conf with:
# microcode_update_enable="YES"
cpu_microcode_load="YES"
cpu_microcode_name="/boot/firmware/intel-ucode.bin"