Skip to content

Instantly share code, notes, and snippets.

@AlexZeitler
AlexZeitler / cleanup.sh
Last active September 29, 2017 17:06
clean /boot partition on Ubuntu
#!/bin/bash
# Remove all but the last two working kernels
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option) any
# later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of