diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-06-08 18:52:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-06-08 18:52:33 +0000 |
commit | e8d9691e7865b4d5a2c1ec513cd898edf2a6d97e (patch) | |
tree | be2090b04c3f8d4cd21aa02c877ace25a866f715 /pod/urpmi.cfg.5.pod | |
parent | e3e1a5c330aea4ccdf092abcf0d624ab11056802 (diff) | |
download | urpmi-e8d9691e7865b4d5a2c1ec513cd898edf2a6d97e.tar urpmi-e8d9691e7865b4d5a2c1ec513cd898edf2a6d97e.tar.gz urpmi-e8d9691e7865b4d5a2c1ec513cd898edf2a6d97e.tar.bz2 urpmi-e8d9691e7865b4d5a2c1ec513cd898edf2a6d97e.tar.xz urpmi-e8d9691e7865b4d5a2c1ec513cd898edf2a6d97e.zip |
urpmi.cfg: support --download-all as an option (Pavel Shved, from mdv)
Diffstat (limited to 'pod/urpmi.cfg.5.pod')
-rw-r--r-- | pod/urpmi.cfg.5.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/urpmi.cfg.5.pod b/pod/urpmi.cfg.5.pod index 33602f2a..a7eeff26 100644 --- a/pod/urpmi.cfg.5.pod +++ b/pod/urpmi.cfg.5.pod @@ -87,6 +87,13 @@ default the certificates are checked and the connection will fail if the certificate is invalid. This option shouldn't be used for maximum security. +=item B<download-all> + +Same as B<--download-all> option for urpmi: downloads all packages before +installing into the specified directory. If you want to use the default +location, assign an empty string to it (WARNING! "yes" or "1" are NOT the +options you really want to use here!) + =item B<downloader> Specify which download program to use: B<wget> or B<curl>. |