core121: Reload microcode after installing the core update

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-06-12 17:15:43 +01:00
parent fd9a531f71
commit a1fdcfcd0e

View File

@@ -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