Comment 8 for bug 1766052

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

I wonder if

grep -v '^bcm2835_wdt$$' | \

should actually be

grep -v '^bcm2835_wdt.ko$$' | \

given that next line strips .ko suffix:

sed -e 's/^/blacklist /' -e 's/.ko$$//' | \