Install CPU microcode updates on Intel on FreeBSD and switch from wf-recorder to wl-screenrec.

This commit is contained in:
Tom Alexander
2023-09-05 20:43:12 -04:00
parent 7f0af6f41c
commit 61bc98578b
9 changed files with 18 additions and 7 deletions

View 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"

View File

@@ -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: