Merge remote-tracking branch 'origin/github/pr/148'
[grml-live.git] / etc / grml / fai / config / files / etc / apt / apt.conf.d / 15grml-live / GRMLBASE
1 // Installed via ${GRML_FAI_CONFIG}/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE
2
3 // work around http://trac.lighttpd.net/trac/ticket/657
4 Acquire::http::Pipeline-Depth 0; // added by grml-live
5
6 // Recommends just pull in way tooooo much packages, so disable it:
7 APT::Install-Recommends false;   // added by grml-live
8
9 // Build may refer to snapshot.debian.org, which expires
10 Acquire::Check-Valid-Until false; // added by grml-live