summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-28 18:09:52 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-01-28 18:09:52 +0000
commitcd3fd7727010115a3c1cbac2b5ca11c3a81a02a1 (patch)
tree38de8e4fc3966937d4f7982b92b7c9bc3ec80cde /man
parentc64b39c89a0b13a78a7ff97f8fcbd26916e3ccfb (diff)
downloadurpmi-cd3fd7727010115a3c1cbac2b5ca11c3a81a02a1.tar
urpmi-cd3fd7727010115a3c1cbac2b5ca11c3a81a02a1.tar.gz
urpmi-cd3fd7727010115a3c1cbac2b5ca11c3a81a02a1.tar.bz2
urpmi-cd3fd7727010115a3c1cbac2b5ca11c3a81a02a1.tar.xz
urpmi-cd3fd7727010115a3c1cbac2b5ca11c3a81a02a1.zip
Make urpmi support ISO images as removable media.
Diffstat (limited to 'man')
-rw-r--r--man/C/urpmi.addmedia.815
1 files changed, 10 insertions, 5 deletions
diff --git a/man/C/urpmi.addmedia.8 b/man/C/urpmi.addmedia.8
index c6c6ff2f..75506d51 100644
--- a/man/C/urpmi.addmedia.8
+++ b/man/C/urpmi.addmedia.8
@@ -3,7 +3,7 @@
.SH NAME
urpmi.addmedia \- adds a new rpm medium to be used by urpmi
.SH SYNOPSIS
-.B urpmi.addmedia [\fIoptions\fP] <\fIname\fP> <\fIurl\fP>
+.B urpmi.addmedia [\fIoptions\fP] <\fIname\fP> <\fIurl\fP> [with <\fIhdlist\fP>]
.SH DESCRIPTION
urpmi.addmedia tells urpmi that it can find new rpms at the specified location.
Currently supported media types are: local drives, removable drives (such as
@@ -16,7 +16,8 @@ http:
Where <\fIname\fP> is your reference for the medium (e.g. "updates").
<\fIname\fP> is optional if \fB--distrib\fP is given in \fIoptions\fP.
.br
-<\fIhost\fP>/<\fIpath\fP> is the location of the rpm directory on the net.
+<\fIhost\fP>/<\fIpath\fP> is the location of the media directory on the net
+(e.g. media/main).
.br
<\fIrelative path of hdlist\fP> is the pathname where to find the hdlist of
the rpms. The location is given relative to <\fIpath\fP>.
@@ -56,13 +57,17 @@ Local drive or NFS:
.IP "\fB urpmi.addmedia [\fIoptions\fP] <\fIname\fP> file://<\fIpath\fP>\fP [with <\fIrelative path of synthesis|hdlist\fP>]\fP"
Where <\fIname\fP> is your reference for the medium (e.g. Myrpms).
.br
-<\fIpath\fP> is the location of the rpm directory on your machine.
+<\fIpath\fP> is the location of the media directory on your machine
+(e.g. media/main).
.PP
Removable device:
.br
.IP "\fB urpmi.addmedia [\fIoptions\fP] <\fIname\fP> removable://<\fIpath\fP>\fP [with <\fIrelative path of synthesis|hdlist\fP>]\fP"
-<\fIpath\fP> is the location of the rpm directory on your machine when the
-removable device is mounted.
+<\fIpath\fP> is the location of the media directory on your machine when the
+removable device is mounted. This works for removable drives, but also for ISO
+images mounted on a loop device. urpmi will then be able to re-mount the ISO
+image to the specified path (but the ISO image must be mounted when you run
+\fBurpmi.addmedia\fP).
.PP
.SH OPTIONS
.IP "\fB\--wget\fP"