From 7a6bac40fd889b6852791bcde2c1a25ae3bdf65e Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 20 Nov 2020 20:04:13 +0000 Subject: [PATCH] core153: Remove reloading microcode This requires that we can load the "microcode" module, but since the kernel was replaced in this release, we can't load it any more. Fixes: #12537 Signed-off-by: Michael Tremer --- config/rootfiles/core/153/update.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/config/rootfiles/core/153/update.sh b/config/rootfiles/core/153/update.sh index 4712a0c90e..af85c17941 100644 --- a/config/rootfiles/core/153/update.sh +++ b/config/rootfiles/core/153/update.sh @@ -144,11 +144,5 @@ fi sync -# Reload microcode -modprobe microcode -if [ -w "/sys/devices/system/cpu/microcode/reload" ]; then - echo 1 > /sys/devices/system/cpu/microcode/reload -fi - # Don't report the exitcode last command exit 0 -- 2.39.5