core118: Ship microcode updates for Intel processors

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-01-14 15:43:57 +00:00
parent b7a84a9402
commit c015d425d1
4 changed files with 13 additions and 1 deletions

View File

@@ -59,7 +59,16 @@ ldconfig
/etc/init.d/snort start
# This update need a reboot...
#touch /var/run/need_reboot
touch /var/run/need_reboot
# Rebuild the initrd to include the microcode updates
rebuild-initrd
# Reload microcode
modprobe microcode
if [ -w "/sys/devices/system/cpu/microcode/reload" ];
echo 1 > /sys/devices/system/cpu/microcode/reload
fi
# Finish
/etc/init.d/fireinfo start