Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Massimiliano Adamo
ubuntu-kernel-cleanup
Commits
e23f6243
Unverified
Commit
e23f6243
authored
Feb 08, 2021
by
Massimiliano Adamo
Browse files
added README section
parent
2acd9933
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.txt
View file @
e23f6243
...
...
@@ -2,6 +2,18 @@ Remove Unused Ubuntu Kernel
Purge unused Ubuntu kernels
Table of Contents
1. Setup
2. How it works
1. Script usage
2. Configuration file
3. How the script removes the kernels
1. 1stcase
2. 2ndcase
3. 3rdtcase
3. ToDo
Setup
I’ll wait for better days to come and create a proper release process.
...
...
@@ -20,13 +32,11 @@ How it works
Script usage
you can run the script using --real-run to remove the packages or use
--dry-run to show which package would have been removed.
Example:
--dry-run to show which package would have been removed:
ubuntu-kernel-cleanup.py --real-run
or
or
:
ubuntu-kernel-cleanup.py --dry-run
...
...
@@ -97,3 +107,8 @@ If you use count = 2, 2 kernels will be kept:
- kernel5: the latest, running kernel, it will be kept
the script will remove kernel1, kernel2 and kernel3
ToDo
- improve algorithm to remove intermediate kernels, avoiding that in a
corner case you get count + 1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment