From a1fdcfcd0e699de8e9bbcf1557c01ac41a50f6b9 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 12 Jun 2018 17:15:43 +0100 Subject: [PATCH] core121: Reload microcode after installing the core update Signed-off-by: Michael Tremer --- config/rootfiles/core/121/update.sh | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5