diff options
-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 |