From: Michael Tremer Date: Fri, 20 Nov 2020 20:04:13 +0000 (+0000) Subject: core153: Remove reloading microcode X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a6bac40fd889b6852791bcde2c1a25ae3bdf65e;p=people%2Fmfischer%2Fipfire-2.x.git 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 --- 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