#!/bin/bash #This script removes some "issues" with kernel-wedge the hard way. for i in /usr/share/kernel-wedge/modules/*; do sed -i '/^\(starfire\|bnx2\|cassini\|acenic\|dgrs\|e100\|typhoon\|tg3 ?\|smctr\|dab\|korg1212\|qla1280\)$/d' $i done