diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-10 00:08:39 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-08-10 00:08:39 +0200 |
commit | be615841e27068522c467899c96c541b74e4c349 (patch) | |
tree | 3ff2b44d5707bccb8d23a3248e7020947a389f79 /doc/examples/configure-index | |
parent | c8d80b1d346c9c24f897813d5793e69bb59e465b (diff) | |
parent | 1b1c2224f5777956f345471b600ed56203c2d400 (diff) |
* merged the apt--install-recommends branch
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 1911d091b..5b3c1a55c 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -94,6 +94,10 @@ APT Cache-Limit "4194304"; Default-Release ""; + // consider Recommends, Suggests as important dependencies that should + // be installed by default + APT::Install-Recommends "false"; + APT::Install-Suggests "false"; // Write progress messages on this fd (for stuff like base-config) Status-Fd "-1"; |