]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/rootfiles/core/153/update.sh
core153: Remove reloading microcode
[ipfire-2.x.git] / config / rootfiles / core / 153 / update.sh
index 4712a0c90e0649c3d08ae03fe364802613de882c..af85c179414f843abb49a6a6bdfb250f2cc336b1 100644 (file)
@@ -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