blob: 605b222dd1c2c9e208673c026582ec94bfd46369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[
{ type: install
message: <<EOM
To enable microcode updates at boot time:
cat << EOF >> /boot/loader.conf
cpu_microcode_load="YES"
cpu_microcode_name="/boot/firmware/intel-ucode.bin"
EOF
EOM
}
]
|