All Intel systems running 15.0 or 14.3 support loading at boot time without cpu-microcode-rc, therefore, do not depend on it by default. Update the package message with the current up-to-date instructions. Approved by: jrm (maintainer) Differential Revision: https://reviews.freebsd.org/D54515
12 lines
198 B
Plaintext
12 lines
198 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|