index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Xavier Chantry <shiningxc@gmail.com> | 2009-07-21 23:03:25 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-09-06 15:50:42 -0500 |
commit | 594621cbeb2f27ce8d36e652c4fdd9a9d4385ec3 (patch) | |
tree | 78041ce99beafb27918a52b6398db92e3386cfd6 /doc/pacman.conf.5.txt | |
parent | 92f0775e76c75ebe9e30355cc99bb40cf365abcb (diff) |
-rw-r--r-- | doc/pacman.conf.5.txt | 8 |
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 46a0b3de..59bed156 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -97,6 +97,14 @@ Options Include another config file. This file can include repositories or general configuration options. +*Architecture =* auto | i686 | x86_64 | ...:: + If set, pacman will only allow installation of packages of the given + architecture (e.g. 'i686', 'x86_64', etc). The special value 'auto' will + use the system architecture, provided by in ``uname -m''. If unset, no + architecture checks are made. *NOTE*: packages with the special + architecture 'any' can always be installed, as they are meant to be + architecture independent. + *XferCommand =* /path/to/command %u:: If set, an external program will be used to download all remote files. All instances of `%u` will be replaced with the download URL. If present, |