diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-02 17:29:46 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-12-02 17:29:46 +0000 |
commit | d3895d5588c1b1deb566d489e2082898b0b28002 (patch) | |
tree | ca495b9149ecfe53f10645a3cfdd6010d55376bb /pod | |
parent | d781c33cc2a22272a6cb8237af4c9afb95f1cd28 (diff) | |
download | urpmi-d3895d5588c1b1deb566d489e2082898b0b28002.tar urpmi-d3895d5588c1b1deb566d489e2082898b0b28002.tar.gz urpmi-d3895d5588c1b1deb566d489e2082898b0b28002.tar.bz2 urpmi-d3895d5588c1b1deb566d489e2082898b0b28002.tar.xz urpmi-d3895d5588c1b1deb566d489e2082898b0b28002.zip |
Document new default-media config option
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.cfg.5.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index e658e896..36ed9c1c 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -33,6 +33,12 @@ Same as specifying B<--allow-nodeps> for urpmi, disabled by default. Additional options to pass to B<curl> when downloading files. +=item B<default-media> + +A comma-separated list of media names. By default, only those media will +be taken into account (that is, when you don't specify an alternate list +of media via the B<--media> command-line option.) + =item B<downloader> Specify which download program to use: B<wget> or B<curl>. |