diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.addmedia.8.pod | 8 | ||||
-rw-r--r-- | pod/urpmi.update.8.pod | 2 | ||||
-rw-r--r-- | pod/urpmihowto.8.pod | 4 |
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 |