mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 08:48:00 +08:00
8 lines
210 B
Plaintext
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
|
|
}
|