summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-27 17:37:37 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-27 17:37:37 +0000
commit6ad8276603af8eaba9f53a821bda3ae19cfdd76f (patch)
treebc59987ba3dacb0cb0e6e3f8b6dc9362b22d6547 /pod
parent444eed89d799da4686b90b70e81deafe10b40ae5 (diff)
downloadurpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.tar
urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.tar.gz
urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.tar.bz2
urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.tar.xz
urpmi-6ad8276603af8eaba9f53a821bda3ae19cfdd76f.zip
- all tools:
o cdrom:// replaces removable://
Diffstat (limited to 'pod')
-rw-r--r--pod/urpmi.addmedia.8.pod8
-rw-r--r--pod/urpmi.update.8.pod2
-rw-r--r--pod/urpmihowto.8.pod4
3 files changed, 4 insertions, 10 deletions
diff --git a/pod/urpmi.addmedia.8.pod b/pod/urpmi.addmedia.8.pod
index 9b99121d..fd95fbb5 100644
--- a/pod/urpmi.addmedia.8.pod
+++ b/pod/urpmi.addmedia.8.pod
@@ -74,13 +74,9 @@ where <I<name>> is a human-readable name for the new media (e.g.
"local updates"). <I<path>> is the location of the media directory on your
machine (e.g. C<media/main>).
-=item B<urpmi.addmedia> [I<options>] <I<name>> removable://<I<path>>
+=item B<urpmi.addmedia> [I<options>] <I<name>> cdrom://<I<path>>
-<I<path>> 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 C<urpmi.addmedia>).
+<I<path>> is the location of the media directory in the CDROM or DVD.
=back
diff --git a/pod/urpmi.update.8.pod b/pod/urpmi.update.8.pod
index b4939d6b..7c23e4cb 100644
--- a/pod/urpmi.update.8.pod
+++ b/pod/urpmi.update.8.pod
@@ -80,7 +80,7 @@ Note that the rsync options will also be used for ssh media.
=item B<-a>
-Select all media that are not using a removable device to update them.
+Select all non-static media to update them.
=item B<-f>
diff --git a/pod/urpmihowto.8.pod b/pod/urpmihowto.8.pod
index 60255c9e..7b10d43b 100644
--- a/pod/urpmihowto.8.pod
+++ b/pod/urpmihowto.8.pod
@@ -108,9 +108,7 @@ In this synopsis, C<< <name> >> is the name of the new media,
C<< <url> >> the URL where the RPMs are to be found.
Supported URLs can be C<http://>, C<ftp://>, C<rsync://>, C<ssh://> (this
-will use rsync over ssh), C<file://>, and C<removable://> (C<removable://>
-works like C<file://>, but instructs urpmi that the directory is mounted
-from a removable media, such as a CD or a DVD.) If the media requires
+will use rsync over ssh), C<file://>, and C<cdrom://>. If the media requires
authentication, you can use the usual URL syntax:
<scheme>://<login>:<pass>@host/path