Package: microcode.ctl
Version: 1.17-9

In /etc/init.d/microcode.ctl:

when the check_kernel function returns false, the shell variable assignment
    MICROCODE="$MICROCODE_TINY"
gets executed. This is both inconsistent with the comment earlier in the
file that check_kernel should return false "for buggy kernel that don't
allow tiny microcodes" and problematic in light of the fact that Intel
doesn't seem to ship "tiny microcodes". The data package intel-microcode
only installs /usr/share/misc/intel-microcode.dat, not
/usr/share/misc/intel-microcode.tiny.dat .

Changing that assignment to
    MICROCODE="$MICROCODE_FULL"
seems indicated.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to