summaryrefslogtreecommitdiffstats
path: root/system/microcode_ctl/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/microcode_ctl/README')
-rw-r--r--system/microcode_ctl/README11
1 files changed, 8 insertions, 3 deletions
diff --git a/system/microcode_ctl/README b/system/microcode_ctl/README
index 4ab6a69276..c1cf47a6f8 100644
--- a/system/microcode_ctl/README
+++ b/system/microcode_ctl/README
@@ -16,6 +16,11 @@ back to the old microcode.
To use this utility you need to compile the kernel driver (found under
"Processor type and features"). The microcode itself can be found at
http://downloadcenter.intel.com/default.aspx and should be placed under
-/etc/microcode.dat You probably want to have your microcode updated
-each time the system boots, then call "/usr/sbin/microcode_ctl -u" from
-/etc/rc.d/rc.local
+/lib/firmware/microcode.dat.
+
+To have the microcode updated each time at boot, start the included
+init script in rc.local:
+
+if [ -e "/etc/rc.d/rc.microcode_ctl" ];
+ /etc/rc.d/rc.microcode_ctl start
+fi \ No newline at end of file