Skip to content

Instantly share code, notes, and snippets.

@clarkwinkelmann
Created November 7, 2015 12:16
Show Gist options
  • Save clarkwinkelmann/32cb4b9ed510f80bc5f0 to your computer and use it in GitHub Desktop.
Save clarkwinkelmann/32cb4b9ed510f80bc5f0 to your computer and use it in GitHub Desktop.

Revisions

  1. clarkwinkelmann created this gist Nov 7, 2015.
    18 changes: 18 additions & 0 deletions KernelPurge.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    Purge old Linux images
    ---

    What's taking place on /boot ?

    ls -A -S -l /boot/

    Installed kernel packages:

    dpkg -l linux-image-\* | grep ^ii

    Kernel in use:

    uname -r

    Remove kernel. Change version !

    sudo apt-get purge linux-image-3.11.0-20-generic