diff options
author | Michael Vogt <egon@bottom> | 2006-08-15 15:18:51 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2006-08-15 15:18:51 +0200 |
commit | 7610bb3db43c6dd9062cb57c01415022e14f3fc7 (patch) | |
tree | dcafd419018e6edc6e945bb2de958da8d7d2c224 /apt-pkg/init.cc | |
parent | 91142a84b8cf5b3f06947647c032dbbd8a996a36 (diff) | |
parent | 6ea086805714e0dbeecfb5e3e26d3489a624bcd4 (diff) |
* merged the 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 6aa486a7f..579a19ab9 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 |