diff -u microcode.ctl-1.17/debian/changelog microcode.ctl-1.17/debian/changelog --- microcode.ctl-1.17/debian/changelog +++ microcode.ctl-1.17/debian/changelog @@ -1,3 +1,10 @@ +microcode.ctl (1.17-10ubuntu1) jaunty; urgency=low + + * Remove modprobe argument that prevents the microcode from + being loaded. + + -- Chris Jones Tue, 14 Apr 2009 18:27:44 +0100 + microcode.ctl (1.17-10) unstable; urgency=low * Add Spanish translation of debconf (Closes: #499213) diff -u microcode.ctl-1.17/debian/microcode.ctl.init microcode.ctl-1.17/debian/microcode.ctl.init --- microcode.ctl-1.17/debian/microcode.ctl.init +++ microcode.ctl-1.17/debian/microcode.ctl.init @@ -75,7 +75,7 @@ # Lets just be sure we have a device file... # ... with workaround because different name policy in lanana and devfsd if [ -x /sbin/modprobe ] ; then - /sbin/modprobe -q -k -s microcode > /dev/null 2> /dev/null || true + /sbin/modprobe -q -s microcode > /dev/null 2> /dev/null || true fi DEV="xxx" if [ -e "$DEVICE" ]; then