Created
June 16, 2015 05:45
-
-
Save flandr/c0f0a22655c453083184 to your computer and use it in GitHub Desktop.
clean up kernel images in ubuntu /boot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get remove $(dpkg --list 'linux-image*' |grep ^ii | awk '{print $2}'\ | grep -v `uname -r`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment