Skip to content

kfocus/ubuntu-kernel-autoremove

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-kernel-autoremove


Version overview

v1

This was my initial version and marks kernels as automatically installed once a week. It does not handle automatic uninstall.

Install:

git clone https://github.com/Bleuzen/ubuntu-kernel-autoremove.git
cd ubuntu-kernel-autoremove/v1/
bash install.sh

v2

This is a customized version by @mmikowski which marks kernels as auto installed after every apt transaction.

Install:

git clone https://github.com/Bleuzen/ubuntu-kernel-autoremove.git
cd ubuntu-kernel-autoremove/v2/
bash install.sh

Kernel Clean

Kernel cleaner CLI and unit tests. This removes out of date kernel components and keeps the latest blessed kernels.

# Run kernel cleaner
cd kernel-clean

# Run unit tests (requires `meld` to be installed)
./runUnitTests;

# Edit `unit.d/00900_fixup_kernels` to add tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%