X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/b90d7d855709c49a6d5faff0ac65b96fd15e4500..a23dcda4a75ead3ef9712d90300f45155856b6ce:/doc/examples/configure-index diff --git a/doc/examples/configure-index b/doc/examples/configure-index index b87e85030..d9e78559d 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -24,11 +24,15 @@ APT { Architecture "i386"; Build-Essential "build-essential"; - + + NeverAutoRemove { "linux-kernel.*"; }; // packages that should never + // considered for autoRemove + // Options for apt-get Get { Arch-Only "false"; + AutomaticRemove "false"; Download-Only "false"; Simulate "false"; Assume-Yes "false"; @@ -250,7 +254,8 @@ Debug pkgDPkgPM "false"; pkgDPkgProgressReporting "false"; pkgOrderList "false"; - + pkgAutoRemove "false"; // show information about automatic removes + pkgInitialize "false"; // This one will dump the configuration space NoLocking "false"; Acquire::Ftp "false"; // Show ftp command traffic