]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* apt-pkg/contrib/fileutl.cc:
[apt.git] / doc / examples / configure-index
index 0b30a50a9ef4ab0702094f4e401a383e1a0a44f4..3167e46da0ab83e1d80a19de5c80908ec0f4304d 100644 (file)
@@ -338,6 +338,14 @@ Dir "/"
   // Location of the logfile
   Log "var/log/apt" {
        Terminal "term.log";
+       History "history.log";
+  };
+
+  // Media 
+  Media 
+  {
+       // Media AutoDetect mount path
+       MountPath "/media/apt";
   };
 
   // Media 
@@ -410,6 +418,7 @@ Debug
   pkgDPkgPM "false";
   pkgDPkgProgressReporting "false";
   pkgOrderList "false";
+  pkgPackageManager "false"; // OrderList/Configure debugging
   pkgAutoRemove "false";   // show information about automatic removes
   BuildDeps "false";
   pkgInitialize "false";   // This one will dump the configuration space
@@ -424,6 +433,8 @@ Debug
   
 }
 
+pkgCacheGen::Essential "native"; // other modes: all, none, installed
+
 /* Whatever you do, do not use this configuration file!! Take out ONLY
    the portions you need! */
 This Is Not A Valid Config File