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/urpmihowto.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/urpmihowto.8.pod')
-rw-r--r-- | pod/urpmihowto.8.pod | 4 |
1 files changed, 1 insertions, 3 deletions
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 |