You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Retrieve the list of image versions which are not the current installed and do the cleanup
for v in $(dpkg --list 'linux-image*' | awk '{ if ($1=="ii") print $2}'|grep -v `uname -r` | grep -v 'extra' | grep -v 'linux-image-generic' | sed 's/-generic//g' | sed 's/.*image-//g'); do