various fixes
[distro-setup] / filesystem / etc / needrestart / conf.d / iank.conf
index 78d20cec5c08327e08ce5e17c3bfef157e1da48e..7e9988fb4d173004306c4d71edcf1c9ef2297d84 100644 (file)
@@ -1,2 +1,6 @@
 # Restart mode: (l)ist only, (i)nteractive or (a)utomatically.
 $nrconf{restart} = 'a';
+#  0: disable microcode checks completely
+# On my systems, the default makes the nagios check return 3, unknown.
+# I don't have any systems which need microcode update detection.
+$nrconf{ucodehints} = 0;