Skip to content
Snippets Groups Projects
Verified Commit bcca9398 authored by anarcat's avatar anarcat
Browse files

skip manual linux-image version inspection

Those are typically trashed at the end and overlap with the following
dsa-check-packages.
parent 41144015
No related branches found
No related tags found
No related merge requests found
......@@ -103,8 +103,6 @@ See the "conflicts resolution" section below for how to handle
: purge removed packages &&
apt purge $(dpkg -l | awk '/^rc/ { print $2 }') &&
apt autoremove -y --purge &&
: possibly clean up old kernels &&
dpkg -l 'linux-image-*' &&
: look for packages from backports, other suites or archives &&
: if possible, switch to official packages by disabling third-party repositories &&
dsa-check-packages | tr -d , &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment