Rework apt.conf handling in instsoft/updatebase (provide /etc/apt/apt.conf.d/15grml...
[grml-live.git] / etc / grml / fai / config / files / etc / apt / apt.conf.d / 15grml-live / GRMLBASE
diff --git a/etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE b/etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE
new file mode 100644 (file)
index 0000000..4b92b37
--- /dev/null
@@ -0,0 +1,7 @@
+// Installed via /etc/grml/fai/config/files/etc/apt/apt.conf.d/15grml-live/GRMLBASE
+
+// work around http://trac.lighttpd.net/trac/ticket/657
+Acquire::http::Pipeline-Depth 0; // added by grml-live"
+
+// Recommends just pull in way tooooo much packages, so disable it:
+APT::Install-Recommends false;   // added by grml-live