X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/d4c5f11f8ef619ec56ae1e532416bb3817442b1c..1979e742ad5e2a0b6e547fbe3f4c4066b5a9bd2e:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index b87e85030..73e20aa43 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -237,6 +237,10 @@ DPkg // Control the size of the command line passed to dpkg. MaxBytes 1024; MaxArgs 350; + + // controls if apt will apport on the first dpkg error or if it + // tries to install as many packages as possible + StopOnError "true"; } /* Options you can set to see some debugging text They correspond to names @@ -247,9 +251,11 @@ Debug pkgDepCache::AutoInstall "false"; // what packages apt install to satify dependencies pkgAcquire "false"; pkgAcquire::Worker "false"; + pkgAcquire::Auth "false"; pkgDPkgPM "false"; pkgDPkgProgressReporting "false"; pkgOrderList "false"; + BuildDeps "false"; pkgInitialize "false"; // This one will dump the configuration space NoLocking "false";