diff --git a/config/rootfiles/core/153/update.sh b/config/rootfiles/core/153/update.sh index 4712a0c90..af85c1794 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