diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-26 14:14:58 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-26 14:14:58 +0100 |
commit | 28dbfcdc3a00a5ad20cf0a0b17cea3c842aaf983 (patch) | |
tree | 082560ea31427d8987cc13d78787839e9de9f850 /debian/apt.conf.autoremove | |
parent | e8d72d2faa67283a2c7e691c1a7a440c4cdd179f (diff) |
readd "linux-image" (and friends) to the auto-remove
blacklist
Diffstat (limited to 'debian/apt.conf.autoremove')
-rw-r--r-- | debian/apt.conf.autoremove | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/apt.conf.autoremove b/debian/apt.conf.autoremove index 713dcdda6..42081014a 100644 --- a/debian/apt.conf.autoremove +++ b/debian/apt.conf.autoremove @@ -1,5 +1,13 @@ APT { + NeverAutoRemove + { + "^linux-firmware$"; + "^linux-image.*"; + "^linux-restricted-modules.*"; + "^linux-ubuntu-modules-.*"; + }; + Never-MarkAuto-Sections { "metapackages"; |