j
k
j a
j l
On 07/19/2011 12:36 PM, Kartik Subbarao wrote:
rpm -e $(rpm -qa |grep -i firmware)
This should be changed to: rpm -e $(rpm -qa | grep -i firmware | grep -v kernel-firmware)
Since apparently kernel depends on kernel-firmware.
-Kartik
Back to the thread
Back to the list