Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-07 | Fix comment char in /etc/apt/apt.conf.d/01autoremove-kernels to | Adam Conrad | |
use C++ style comments instead of POSIX shell style (LP: #1076237) | |||
2012-11-06 | * Fix up two things in debian/apt.auto-removal.sh: | Adam Conrad | |
- Use exact matches with $-terminated regexes, so we don't get confusion between similarly-named kernel flavours. - Keep linux-backports-modules in sync with installed kernels. | |||
2012-11-05 | Merge test case from mvo | Steve Langasek | |
2012-11-05 | add testcase for the autoremove feature | Michael Vogt | |
2012-11-05 | get dpkg from apt-config as well and add robustness against missing/failing ↵ | Michael Vogt | |
apt-config (for paranoia) | |||
2012-11-05 | use apt-config to get the /etc/apt/apt.conf.d dir | Michael Vogt | |
2012-11-03 | Make sure we always have at least two kernels marked not for removal | Steve Langasek | |
2012-11-03 | * debian/apt.conf.autoremove: don't include linux-image*, | Steve Langasek | |
linux-restricted-modules*, and linux-ubuntu-modules* packages in the list to never be autoremoved. * debian/apt.auto-removal.sh, debian/rules, debian/apt.dirs: install new script to /etc/kernel/postinst.d/ which ensures we only automatically keep the currently-running kernel, the being-installed kernel, and the newest kernel, so we don't fill /boot up with an unlimited number of kernels. LP: #923876. |