diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-11 09:23:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-11 09:23:12 +0000 |
commit | 1d464ccdff963dc25953b4016bc4ceb55217ba46 (patch) | |
tree | 95d004b56ebdb0ee6f5ea359adf4cc2ea868650a /pod/urpmi.addmedia.8.pod | |
parent | 13699ad59fac6ddfb0456e5bf140814fdd7cf576 (diff) | |
download | urpmi-1d464ccdff963dc25953b4016bc4ceb55217ba46.tar urpmi-1d464ccdff963dc25953b4016bc4ceb55217ba46.tar.gz urpmi-1d464ccdff963dc25953b4016bc4ceb55217ba46.tar.bz2 urpmi-1d464ccdff963dc25953b4016bc4ceb55217ba46.tar.xz urpmi-1d464ccdff963dc25953b4016bc4ceb55217ba46.zip |
Clarify what --no-probe does
Diffstat (limited to 'pod/urpmi.addmedia.8.pod')
-rw-r--r-- | pod/urpmi.addmedia.8.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/urpmi.addmedia.8.pod b/pod/urpmi.addmedia.8.pod index e624f115..856fa820 100644 --- a/pod/urpmi.addmedia.8.pod +++ b/pod/urpmi.addmedia.8.pod @@ -105,7 +105,7 @@ Use specified HTTP proxy. =item B<--proxy-user> I<user:password> Use specified user and password to use for proxy authentication. -Specifying B<--proxy-user=ask> will cause urpmi.addmedia to prompt for a +Specifying B<--proxy-user=ask> will cause B<urpmi.addmedia> to prompt for a username and a password. =item B<--update> @@ -125,6 +125,12 @@ Try to find and use hdlist file if B<with ...> is not given. Do not try to find any synthesis or hdlist file. +So, if you use a network media (http, ftp, etc.), specifying the location +of a synthesis or hdlist with B<with...> is mandatory. + +On the other hand, if you use a local media B<urpmi.addmedia> will extract +all RPM headers and construct an hdlist by itself. + =item B<--distrib> Retrieve a set of media from a distribution. Typically, the URL provided |