]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/commitdiff
Revert "core118: Ship microcode updates for Intel processors"
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Jan 2018 16:07:58 +0000 (16:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 24 Jan 2018 16:07:58 +0000 (16:07 +0000)
This reverts commit c015d425d177a18927f56cebd0d1b4d29a827d8b.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/118/filelists/files
config/rootfiles/core/118/filelists/i586/intel-microcode [deleted symlink]
config/rootfiles/core/118/filelists/x86_64/intel-microcode [deleted symlink]
config/rootfiles/core/118/update.sh

index f04bca68ca79e814aef3a0b3ec8d039043ee282d..f019f2ca912ed04d8810ef3c86e62f5e48b700e3 100644 (file)
@@ -12,7 +12,6 @@ srv/web/ipfire/cgi-bin/ids.cgi
 srv/web/ipfire/cgi-bin/logs.cgi/showrequestfromcountry.dat
 srv/web/ipfire/cgi-bin/logs.cgi/urlfilter.dat
 usr/lib/firewall/rules.pl
-usr/local/bin/rebuild-initrd
 usr/local/bin/syslogdctrl
 usr/sbin/updxlrator
 var/ipfire/langs
diff --git a/config/rootfiles/core/118/filelists/i586/intel-microcode b/config/rootfiles/core/118/filelists/i586/intel-microcode
deleted file mode 120000 (symlink)
index f03e847..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../../common/i586/intel-microcode
\ No newline at end of file
diff --git a/config/rootfiles/core/118/filelists/x86_64/intel-microcode b/config/rootfiles/core/118/filelists/x86_64/intel-microcode
deleted file mode 120000 (symlink)
index d5ac074..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../../common/x86_64/intel-microcode
\ No newline at end of file
index b30d7b3ac63fd7f610dff4368c3446a1317eeb5f..49d67f223ee33b13d5eddac08f55d073c75292d8 100644 (file)
@@ -63,16 +63,7 @@ ldconfig
 /etc/init.d/snort start
 
 # This update need a 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
+#touch /var/run/need_reboot
 
 # Finish
 /etc/init.d/fireinfo start