Comment 29 for bug 923876

Revision history for this message
Michael Wisheu (wisheu) wrote : Re: FR: Limit and clean-up kernel images and headers automatically in LTS

Can someone please give an update on the change needed to the aptitude package?
From my point of view it still contains offending lines as pointed out in comment https://bugs.launchpad.net/ubuntu/+source/apt/+bug/923876/comments/11.

Current state of /etc/apt/apt.conf.d/05aptitude:
aptitude::Keep-Unused-Pattern "^linux-image.*$ | ^linux-restricted-modules.*$ | ^linux-ubuntu-modules.*$";
aptitude::Get-Root-Command "sudo:/usr/bin/sudo";

But /etc/apt/apt.conf.d/05aptitude should contain only:
aptitude::Get-Root-Command "sudo:/usr/bin/sudo";