]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
merged from david, many thanks
[apt.git] / doc / examples / configure-index
index 8025fa4b4db23642ad0b086b5f6a405ad22616e4..27118fb7e85f8e7c34534b7c4a75a57d51072a08 100644 (file)
@@ -319,18 +319,25 @@ DSelect
    CheckDir "no";
 }
 
-DPkg 
+DPkg
 {
+   // let apt aggressivly use dpkg triggers
+   NoTriggers "true";
+   NoConfigure "true";
+   ConfigurePending "true";
+
    // Probably don't want to use force-downgrade..
    Options {"--force-overwrite";"--force-downgrade";}
-   
+
    // Auto re-mounting of a readonly /usr
    Pre-Invoke {"mount -o remount,rw /usr";};
    Post-Invoke {"mount -o remount,ro /usr";};
-   
+
+   Chroot-Directory "/";
+
    // Prevents daemons from getting cwd as something mountable (default)
    Run-Directory "/";
-   
+
    // Build options for apt-get source --compile
    Build-Options "-b -uc";