diff options
author | Barry Jackson <barjac@users.noreply.github.com> | 2023-01-20 13:01:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 13:01:11 +0000 |
commit | 135c6b4d341ba5f1c0dc72aa3fab2008864ce5c1 (patch) | |
tree | 3e9c3908630e2b21239719f7b7bf17992edfebb0 | |
parent | 7367ed5d31a0072b6dd0195b0ae3f8ed158c1d14 (diff) | |
download | remove-old-kernels-135c6b4d341ba5f1c0dc72aa3fab2008864ce5c1.tar remove-old-kernels-135c6b4d341ba5f1c0dc72aa3fab2008864ce5c1.tar.gz remove-old-kernels-135c6b4d341ba5f1c0dc72aa3fab2008864ce5c1.tar.bz2 remove-old-kernels-135c6b4d341ba5f1c0dc72aa3fab2008864ce5c1.tar.xz remove-old-kernels-135c6b4d341ba5f1c0dc72aa3fab2008864ce5c1.zip |
Update README.md
-rw-r--r-- | README.md | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -15,3 +15,33 @@ Running as normal user from the command line will display the current status of installed kernels but will not allow removal. For more information see: 'man remove-old-kernels' or 'man rok' in a terminal. + +# Authors +Pierre Jarillon 2018 - 2022. +Jean-Baptiste Biernacki 2021 +Barry C Jackson 2022 - present day +Solbu 2023 + +# History +Following a long running bug report about failing systems with sometimes over 50 installed kernels and +disk space exhausted, I decided that unless I did something myself this would just drag on ad infinitum. +A basic package had already been created by Bruno Cornec using the original script, but there was no automatic integration into +regular systems at install time, which would be essential for non-tech users. +It soon was apparent that some more advanced users would need greater flexibility and control. +So whilst keeping 'no user intervention needed' by default, command line options were added to suit most needs, along with +the optional use of alternative configuration files (an idea from Pierre Jarillon). +Mageia QA team requested more advanced features to avoid certain kernels being removed that may be required during testing, +so these can now be protected using the Q option. +A .desktop file was added into the Mageia main system menu using policykit based login for root access. +A log file was added for the automatic runs controlled by cron.weekly with fixed log rotation at 1000 lines approx. +i18n support has been added for the main bash script and thanks to the translatiors listed below we now have several langauages +catered for. + +# Tranlsators +ajunior (Brazilian Portugese) +Philippe Didier (French) +Solbu (Norweigian) +psyca (German) + + + |