diff options
author | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-02 11:50:48 +0200 |
---|---|---|
committer | Eugene V. Lyubimkin <jackyf@1501-debian> | 2008-11-02 11:50:48 +0200 |
commit | 60a8f9c0fea353a5dc3f79e634214d7be3d1122b (patch) | |
tree | 0091b05778f45ac4e5e9573af89b9a56032fa44e /doc/apt.conf.5.xml | |
parent | 0dbed486e25d158a903cf0a45ae0b86276500113 (diff) |
Documented 'APT::Default-Release' in apt.conf.
Diffstat (limited to 'doc/apt.conf.5.xml')
-rw-r--r-- | doc/apt.conf.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index 64724f211..3a2ad70df 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -98,6 +98,11 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; compiled for.</para></listitem> </varlistentry> + <varlistentry><term>Default-Release</term> + <listitem><para>Default release to install packages from if more than one + version available. Contains release name or release version. Examples: 'stable', 'testing', 'unstable', '4.0', '5.0*'. Release codenames ('etch', 'lenny' etc.) are not allowed now. See also &apt-preferences;.</para></listitem> + </varlistentry> + <varlistentry><term>Ignore-Hold</term> <listitem><para>Ignore Held packages; This global option causes the problem resolver to ignore held packages in its decision making.</para></listitem> |