Implement -D option to set configuration directory; fai.conf: don't set variables...
[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