diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-27 17:37:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-27 17:37:37 +0000 |
commit | 6ad8276603af8eaba9f53a821bda3ae19cfdd76f (patch) | |
tree | bc59987ba3dacb0cb0e6e3f8b6dc9362b22d6547 /pod/urpmi.addmedia.8.pod | |
parent | 444eed89d799da4686b90b70e81deafe10b40ae5 (diff) | |
download | urpmi-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/urpmi.addmedia.8.pod')
-rw-r--r-- | pod/urpmi.addmedia.8.pod | 8 |
1 files changed, 2 insertions, 6 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 |