Browse Source

readd "linux-image" (and friends) to the auto-remove
blacklist

Michael Vogt 15 years ago
parent
commit
28dbfcdc3a
2 changed files with 11 additions and 0 deletions
  1. 8 0
      debian/apt.conf.autoremove
  2. 3 0
      debian/changelog

+ 8 - 0
debian/apt.conf.autoremove

@@ -1,5 +1,13 @@
 APT
 {
+  NeverAutoRemove  
+  {
+        "^linux-firmware$";
+	"^linux-image.*";  
+	"^linux-restricted-modules.*";
+	"^linux-ubuntu-modules-.*";
+  };
+
   Never-MarkAuto-Sections
   { 
 	"metapackages";

+ 3 - 0
debian/changelog

@@ -6,6 +6,9 @@ apt (0.7.19ubuntu3) jaunty; urgency=low
   * apt-inst/contrib/arfile.cc:
     - support members ending with '/' as well (thanks to Michal Cihr,
       closes: #500988)
+ * debian/apt.conf.autoremove:
+   - readd "linux-image" (and friends) to the auto-remove
+     blacklist
 
   [ Christian Perrier ]
   * Translations: