diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-14 11:14:16 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-02-14 11:14:16 +0000 |
commit | b9758209c19f2f865cfdef24f1efe69ba7de8154 (patch) | |
tree | e4897149ba6aab06b72cd221d2d88bfba4de6d24 /man | |
parent | 10854658f082575227acea7633218b0c221e07f9 (diff) | |
download | urpmi-b9758209c19f2f865cfdef24f1efe69ba7de8154.tar urpmi-b9758209c19f2f865cfdef24f1efe69ba7de8154.tar.gz urpmi-b9758209c19f2f865cfdef24f1efe69ba7de8154.tar.bz2 urpmi-b9758209c19f2f865cfdef24f1efe69ba7de8154.tar.xz urpmi-b9758209c19f2f865cfdef24f1efe69ba7de8154.zip |
Document the new URL variables.
Diffstat (limited to 'man')
-rw-r--r-- | man/C/urpmi.addmedia.8 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/C/urpmi.addmedia.8 b/man/C/urpmi.addmedia.8 index 75506d51..abc62592 100644 --- a/man/C/urpmi.addmedia.8 +++ b/man/C/urpmi.addmedia.8 @@ -127,6 +127,17 @@ Clean headers cache directory in /var/cache/urpmi/headers. Try to find and use synthesis or hdlist file. .IP "\fB\-f\fP" Force rebuild of base files, or of hdlist files when specified twice. +.SH VARIABLES +Beginning with urpmi 4.6.16, you can use variables in media URLs +(for example \fB/mnt/mirror/$RELEASE/$ARCH/media/main\fP). The variables +supported so far are: +.IP "\fB$ARCH\fP" +The architecture (as given in /etc/mandrakelinux-release) +.IP "\fB$RELEASE\fP" +The OS release (as given in /etc/mandrakelinux-release; its value is +\fBcooker\fP on a cooker system.) +.IP "\fB$HOST\fP" +The canonical hostname of the machine urpmi runs on. .SH FILES See \fIurpmi.files\fP(5). .SH "SEE ALSO" |