diff options
author | martin@piware.de <> | 2010-06-11 10:56:56 +0200 |
---|---|---|
committer | martin@piware.de <> | 2010-06-11 10:56:56 +0200 |
commit | c8c6e61bb039136410a95dac716129d371d14d19 (patch) | |
tree | d7243a4db833d952c5647681a94f6ea5011e88b3 /doc | |
parent | bb109d0b14218cde4fccc45856cf67e5513c0cc9 (diff) |
* doc/apt.conf.5.xml:
- Document the new Acquire::GzipIndexes option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt.conf.5.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index c13ad4867..410489a73 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -411,6 +411,15 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; really prefer uncompressed files to support the usage of local mirrors.</para></listitem> </varlistentry> + <varlistentry><term>GzipIndexes</term> + <listitem><para> + When downloading <literal>gzip</literal> compressed indexes (Packages, Sources, or + Translations), keep them gzip compressed locally instead of unpacking + them. This saves quite a lot of disk space at the expense of more CPU + requirements when building the local package caches. False by default. + </para></listitem> + </varlistentry> + <varlistentry><term>Languages</term> <listitem><para>The Languages subsection controls which <filename>Translation</filename> files are downloaded and in which order APT tries to display the Description-Translations. APT will try to display the first |