Δημοσιεύτηκε: 25 Νοέμ 2013, 02:12
από Learner
the_eye έγραψε:Τρέξε το παρακάτω
Κώδικας: Επιλογή όλων
dpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done


Κώδικας: Επιλογή όλων
egrep -v "linux-image-$(uname -r)|linux-image-generic"

Μαγκιά ;)
αν και νομίζω ότι σου ξέφυγε ένα sudo :)