microcode_ctl/microcode_ctl.rules
Anton Arapov f789b68ec5 Revert "- Fix udev rules (Dave Jones ) [#690930]"
This reverts commit 59b604ccdb.

It breakes the Intel's update routine
2011-07-21 12:54:32 +02:00

3 lines
135 B
Plaintext

KERNEL=="cpu[0-9]*", ACTION=="add", RUN+="/sbin/modprobe microcode"
KERNEL=="microcode", ACTION=="add", RUN+="/sbin/microcode_ctl -Qu"