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 /apt-pkg/init.cc | |
parent | c8d80b1d346c9c24f897813d5793e69bb59e465b (diff) | |
parent | 1b1c2224f5777956f345471b600ed56203c2d400 (diff) |
* merged the apt--install-recommends branch
Diffstat (limited to 'apt-pkg/init.cc')
-rw-r--r-- | apt-pkg/init.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/init.cc b/apt-pkg/init.cc index b47378d4a..a26f1d01c 100644 --- a/apt-pkg/init.cc +++ b/apt-pkg/init.cc @@ -40,6 +40,8 @@ bool pkgInitConfig(Configuration &Cnf) else Cnf.Set("APT::Architecture",COMMON_OS "-" COMMON_CPU); Cnf.Set("APT::Build-Essential::", "build-essential"); + Cnf.Set("APT::Install-Recommends", false); + Cnf.Set("APT::Install-Suggests", false); Cnf.Set("Dir","/"); // State |