From: Michael Tremer Date: Tue, 12 Jun 2018 16:15:43 +0000 (+0100) Subject: core121: Reload microcode after installing the core update X-Git-Tag: v2.21-core122~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1fdcfcd0e699de8e9bbcf1557c01ac41a50f6b9;p=people%2Fstevee%2Fipfire-2.x.git core121: Reload microcode after installing the core update Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/core/121/update.sh b/config/rootfiles/core/121/update.sh index 76994d9226..f0eb15911b 100644 --- a/config/rootfiles/core/121/update.sh +++ b/config/rootfiles/core/121/update.sh @@ -118,5 +118,11 @@ fi sync +# Reload microcode +modprobe microcode +if [ -w "/sys/devices/system/cpu/microcode/reload" ]; + echo 1 > /sys/devices/system/cpu/microcode/reload +fi + # Don't report the exitcode last command exit 0