]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
Don't download "optional" files not in Release :/.
[apt.git] / doc / examples / configure-index
index dc579c3946ce5631b52656417ed5164462d299c4..2d0fb6c64b4565821a302b9e2a93aed367bd7089 100644 (file)
@@ -461,7 +461,12 @@ Debug
   RunScripts "false";      // debug invocation of external scripts  
 }
 
-pkgCacheGen::Essential "native"; // other modes: all, none, installed
+pkgCacheGen
+{
+  Essential "native"; // other modes: all, none, installed
+  ForceEssential { "apt"; };
+  ForceImportant "";
+}
 
 /* Whatever you do, do not use this configuration file!! Take out ONLY
    the portions you need! */