Page 1 of 1

MX Cleanup does not show all kernels  [Solved]

Posted: Sat Jun 11, 2022 11:15 am
by Commander
When using the 686-kernel the 686-pae-kernel is not shown, but with using the 686-pae kernel the 686-kernel will be listed.

MX Cleanup 686-kernel.png
MX Cleanup 686-pae-kernel.png

mx-cleanup/mx,now 22.5 i386 [installiert]

$ apt list --installed | grep linux-image
linux-image-5.10.0-14-686-pae/stable-security,now 5.10.113-1 i386 [Installiert,automatisch]
linux-image-5.10.0-14-686/stable-security,now 5.10.113-1 i386 [Installiert,automatisch]
linux-image-5.10.0-15-686-pae/stable-security,now 5.10.120-1 i386 [Installiert,automatisch]
linux-image-5.10.0-15-686/stable-security,now 5.10.120-1 i386 [Installiert,automatisch]
linux-image-686-pae/stable-security,now 5.10.120-1 i386 [installiert]
linux-image-686/stable-security,now 5.10.120-1 i386 [installiert]

I think you will not need the quick system info.

Re: MX Cleanup does not show all kernels

Posted: Sat Jun 11, 2022 12:10 pm
by dolphin_oracle
@Adrian probably something in the way the list is built.

Re: MX Cleanup does not show all kernels

Posted: Sat Jun 11, 2022 1:25 pm
by Adrian
dolphin_oracle wrote: Sat Jun 11, 2022 12:10 pm @Adrian probably something in the way the list is built.
Thanks, I think I know what I did wrong, I'm doing a match on "linux-image-5.10.0-14-686-pae" with "linux-image-5.10.0-14-686" and it shouldn't match, I will have to use --line-regex to return false here.

Re: MX Cleanup does not show all kernels

Posted: Sun Jun 12, 2022 4:44 am
by Commander
Thank you for the fast action, the new version fixed it!

mx-cleanup/mx,now 22.6 i386 [installiert]

MX Cleanup 686-pae-kernel-fixed.png