1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 00:08:50 -05:00

Another documentation update for FS#9204

Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Chantry Xavier 2008-01-15 13:48:27 +01:00 committed by Dan McGee
parent 6b242b3725
commit eb77f0dbd2
2 changed files with 9 additions and 3 deletions

View File

@ -113,6 +113,9 @@ Options
not be used as a way to install software into ``/usr/local'' instead of not be used as a way to install software into ``/usr/local'' instead of
``/usr''. This option is used if you want to install a package on a ``/usr''. This option is used if you want to install a package on a
temporary mounted partition which is "owned" by another system. temporary mounted partition which is "owned" by another system.
*NOTE*: If database path or logfile are not specified on either the
command line or in linkman:pacman.conf[5], their default location will
be inside this root path.
*-v, --verbose*:: *-v, --verbose*::
Output paths such as as the Root, Conf File, DB Path, Cache Dirs, etc. Output paths such as as the Root, Conf File, DB Path, Cache Dirs, etc.

View File

@ -47,6 +47,9 @@ Options
Set the default root directory for pacman to install to. This option is Set the default root directory for pacman to install to. This option is
used if you want to install a package on a temporary mounted partition used if you want to install a package on a temporary mounted partition
which is "owned" by another system, or for a chroot install. which is "owned" by another system, or for a chroot install.
*NOTE*: If database path or logfile are not specified on either the
command line or in linkman:pacman.conf[5], their default location will
be inside this root path.
*DBPath =* path/to/db/dir:: *DBPath =* path/to/db/dir::
Overrides the default location of the toplevel database directory. A Overrides the default location of the toplevel database directory. A
@ -59,9 +62,9 @@ Options
default is ``/var/cache/pacman/pkg/''. Multiple cache directories can be default is ``/var/cache/pacman/pkg/''. Multiple cache directories can be
specified, and they are tried in the order they are listed in the config specified, and they are tried in the order they are listed in the config
file. If a file is not found in any cache directory, it will be downloaded file. If a file is not found in any cache directory, it will be downloaded
to the first cache directory with write access. *NOTE*: if specified, this to the first cache directory with write access. *NOTE*: this is an absolute
is an absolute path and the root path is not automatically prepended. This path, the root path is not automatically prepended. This behavior changed
behavior changed in pacman 3.1.0. in pacman 3.1.0.
*LogFile =* '/path/to/file':: *LogFile =* '/path/to/file'::