Skip to content

Instantly share code, notes, and snippets.

@ochinchina
Created May 29, 2015 01:33
Show Gist options
  • Save ochinchina/12d7eef22a83020b751c to your computer and use it in GitHub Desktop.
Save ochinchina/12d7eef22a83020b751c to your computer and use it in GitHub Desktop.
clear unused linux kernel image from /boot

###clear unused linux kernel image from /boot

sudo apt-get purge $(dpkg -l linux-{image,headers}-"[0-9]*" | awk '/ii/{print $2}' | grep -ve "$(uname -r | sed -r 's/-[a-z]+//')")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment