| I knew about this but still got bitten:       Code: 
# kernel-remover -h
kernel-remover
 -F parameter    use parameter as the graphical frontend
 one of text | dialog | kdialog | zenity
 -f              proceed without asking, do complete cleanup
 -h              show this usage
 
 On the command line, as root, I typed
       Code: 
kernel-remover -f text
the script then proceeded to remove all the kernels save for the last one. As it's supposed to do. So, I'm fully aware that I made the mistake and I should have checked and double-checked what I did, especially as root. I clearly can't be trusted with the responsibility of administrating my own desktop. Nevertheless: 
 Request/suggestion: change the -f parameter to something else (for example "-force" or "-r")
 |