Alexander Ziaee 5b4090e27d
sysutils/cpu-microcode-intel: Dont depend on cpu-microcode-rc
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
2026-01-07 16:43:21 -05:00

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
}
]