X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/92bd79d048609dc81e633b3aed95029657ef4e3e..c04a8d16e28bc82a76a31dba23244390a76fbcbb:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index b4d42e123..55e9761a2 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -247,6 +247,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 @@ -262,7 +266,7 @@ Debug pkgDPkgProgressReporting "false"; pkgOrderList "false"; pkgAutoRemove "false"; // show information about automatic removes - + BuildDeps "false"; pkgInitialize "false"; // This one will dump the configuration space NoLocking "false"; Acquire::Ftp "false"; // Show ftp command traffic