Install CPU microcode updates on Intel on FreeBSD and switch from wf-recorder to wl-screenrec.
This commit is contained in:
6
ansible/roles/cpu/files/intel_microcode_loader.conf
Normal file
6
ansible/roles/cpu/files/intel_microcode_loader.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
# 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"
|
||||
@@ -3,6 +3,7 @@
|
||||
name:
|
||||
- lscpu # need to kldload cpuctl
|
||||
- powermon # need to kldload cpuctl
|
||||
- cpu-microcode-intel
|
||||
state: present
|
||||
|
||||
- name: Install loader.conf
|
||||
@@ -16,6 +17,7 @@
|
||||
- coretemp
|
||||
- cpuctl
|
||||
- aesni
|
||||
- intel_microcode
|
||||
|
||||
- name: Install service configuration
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user