diff options
author | Francois Pons <fpons@mandriva.com> | 2001-07-05 14:55:55 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-07-05 14:55:55 +0000 |
commit | a7d8af5f49a599f4eecdd157586722e6414dbd96 (patch) | |
tree | bd53a889546ef1eadd2c6b630f5805250d781407 /urpmi.addmedia.8 | |
parent | 8da0fb2c7218443243777a30964c1695c579e68c (diff) | |
download | urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.tar urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.tar.gz urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.tar.bz2 urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.tar.xz urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.zip |
fixed wrong dependencies resolution on local rpm.
improved urpmf.
updated man pages.
Diffstat (limited to 'urpmi.addmedia.8')
-rw-r--r-- | urpmi.addmedia.8 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/urpmi.addmedia.8 b/urpmi.addmedia.8 index 5d751249..57e6de26 100644 --- a/urpmi.addmedia.8 +++ b/urpmi.addmedia.8 @@ -1,9 +1,9 @@ -.TH urpmi.addmedia 8 "10 Apr 2001" "Mandrakesoft" "Linux-Mandrake" +.TH urpmi.addmedia 8 "05 Jul 2001" "MandrakeSoft" "Mandrake Linux" .IX urpmi.addmedia .SH NAME urpmi.addmedia \- adds a new rpms media for use with urpmi .SH SYNOPSIS -.B urpmi.addmedia <\fIname\fP> <\fIurl\fP> +.B urpmi.addmedia [\fIoptions\fP] <\fIname\fP> <\fIurl\fP> .SH DESCRIPTION urpmi.addmedia tells urpmi that he can find new rpms at the specified location. Currently supported medias are: local drives, removable drives @@ -38,21 +38,24 @@ eg: urpmi.addmedia ftp ftp://a:a@leia//export/Mandrake/RPMS with ../base/hdlist .PP Local drive or NFS: .br -.IP "\fB urpmi.addmedia <\fIname\fP> file://<\fIpath\fP>\fP" +.IP "\fB urpmi.addmedia <\fIname\fP> file://<\fIpath\fP>\fP with <\fIrelative path of hdlist\fP>\fP" Where <\fIname\fP> is your reference for the media (e.g. Myrpms). .br <\fIpath\fP> is the location of the rpm directory on your machine. .PP Removable device: .br -.IP "\fB urpmi.addmedia removable_<\fIdevice\fP>://<\fIpath\fP>\fP" +.IP "\fB urpmi.addmedia removable_<\fIdevice\fP>://<\fIpath\fP>\fP with <\fIrelative path of hdlist\fP>\fP" <\fIdevice\fP> is the name of your media as specified in the /dev/ directory (e.g. cdrom, floppy, zip, ...). .br <\fIpath\fP> is the location of the rpm directory on your machine when media is mounted. .PP - +.SH OPTIONS +.IP "\fB\--update\fP" +add a medium which will be taken into account when updating only update media by +\fBurpmi\fP. .SH FILES /usr/bin/urpmi .br |