mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
core121: Reload microcode after installing the core update
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -118,5 +118,11 @@ fi
|
|||||||
|
|
||||||
sync
|
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
|
# Don't report the exitcode last command
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user