core/amd-ucode/amd-ucode.install

8 lines
210 B
Plaintext

post_install() {
echo
echo "==> To apply the microcode update on boot, load the 'microcode' module"
echo "==> by adding it to the MODULES array in rc.conf:"
echo "==> MODULES=(... microcode)"
echo
}