]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* invert the auto-mark flag only for new installs (in MarkInstall()), keep it as...
[apt.git] / doc / examples / configure-index
index a09ea0c37f093f433203a6c942a12b9167e3e511..b4ac0ed4b88a4ee412370a6a55e69fe3de75afc5 100644 (file)
@@ -24,11 +24,15 @@ APT
 {
   Architecture "i386";
   Build-Essential "build-essential";
-  
+
+  NeverAutoRemove  { "linux-kernel.*";  };  // packages that should never
+                                            // considered for autoRemove
+
   // Options for apt-get
   Get 
   {
      Arch-Only "false";
+     AutomaticRemove "false";       
      Download-Only "false";
      Simulate "false";
      Assume-Yes "false";
@@ -235,7 +239,8 @@ Debug
   pkgAcquire::Worker "false";
   pkgDPkgPM "false";
   pkgOrderList "false";
-  
+  pkgAutoRemove "false";   // show information about automatic removes
+
   pkgInitialize "false";   // This one will dump the configuration space
   NoLocking "false";
   Acquire::Ftp "false";    // Show ftp command traffic