diff options
Diffstat (limited to 'system/microcode_ctl/README')
-rw-r--r-- | system/microcode_ctl/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/microcode_ctl/README b/system/microcode_ctl/README index 9f1bf92d3399..75dfb01cedec 100644 --- a/system/microcode_ctl/README +++ b/system/microcode_ctl/README @@ -19,8 +19,8 @@ http://downloadcenter.intel.com/default.aspx and should be placed under /lib/firmware/microcode.dat. To have the microcode updated each time at boot, start the included -init script in rc.local: +init script from /etc/rc.d/rc.local: -if [ -e "/etc/rc.d/rc.microcode_ctl" ]; +if [ -x /etc/rc.d/rc.microcode_ctl ]; then /etc/rc.d/rc.microcode_ctl start fi |