diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-21 09:36:25 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-21 09:36:25 +0000 |
commit | 80828e3ac6e7203d62a7004d465037c22bbe4bda (patch) | |
tree | e155c98fdb4b5d4448a2364998e2515e92e9f948 /man/C | |
parent | 133e295ee149363c8ecde2d9cf07916eeecb1a19 (diff) | |
download | urpmi-80828e3ac6e7203d62a7004d465037c22bbe4bda.tar urpmi-80828e3ac6e7203d62a7004d465037c22bbe4bda.tar.gz urpmi-80828e3ac6e7203d62a7004d465037c22bbe4bda.tar.bz2 urpmi-80828e3ac6e7203d62a7004d465037c22bbe4bda.tar.xz urpmi-80828e3ac6e7203d62a7004d465037c22bbe4bda.zip |
Document /etc/urpmi/mirror.config in man pages
Diffstat (limited to 'man/C')
-rw-r--r-- | man/C/urpmi.addmedia.8 | 4 | ||||
-rw-r--r-- | man/C/urpmi.files.5 | 8 |
2 files changed, 11 insertions, 1 deletions
diff --git a/man/C/urpmi.addmedia.8 b/man/C/urpmi.addmedia.8 index 46b1d372..7806e04f 100644 --- a/man/C/urpmi.addmedia.8 +++ b/man/C/urpmi.addmedia.8 @@ -102,7 +102,9 @@ provided, is ignored, as hdlists found on the installation medium are used instead automatically. .IP "\fB\--from\fP \fIurl\fP" Use specified URL for list of mirrors. The default from Mandrakesoft is -\fIhttp://www.linux-mandrake.com/mirrorsfull.list\fP. +taken from the file /etc/urpmi/mirror.config, or +\fIhttp://www.linux-mandrake.com/mirrorsfull.list\fP if this file doesn't +exist. .IP "\fB\--version\fP \fIversion\fP" .IP "\fB\--virtual\fP" Create a virtual medium, this only works for file:// and removable:// protocol diff --git a/man/C/urpmi.files.5 b/man/C/urpmi.files.5 index c37e60eb..ff46a89a 100644 --- a/man/C/urpmi.files.5 +++ b/man/C/urpmi.files.5 @@ -53,6 +53,14 @@ name of packages against. The list of packages that should be installed instead of updated. It has the same format as the skip.list. .TP +.FN /etc/urpmi/mirror.config +This file is optional. If present, it should contain a single line: +.br + \fBurl=http://....\fP +.br +which is the URL of a document that lists the available mirrors. +The default is to use \fBhttp://www.mandrakelinux.com/mirrorsfull.list\fP. +.TP .FN /var/log/urpmi.log The urpmi log file. .SH SEE ALSO |