diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-13 16:59:57 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-13 16:59:57 +0000 |
commit | c023fc2aa7039577670782d628906090980a3c8d (patch) | |
tree | 4ce3285caa1e5f3198b765f9342e41f3dd8e0bc0 /pod | |
parent | 83bd67e9ed8ea3aa5c2ecae387e80705a2e8310c (diff) | |
download | urpmi-c023fc2aa7039577670782d628906090980a3c8d.tar urpmi-c023fc2aa7039577670782d628906090980a3c8d.tar.gz urpmi-c023fc2aa7039577670782d628906090980a3c8d.tar.bz2 urpmi-c023fc2aa7039577670782d628906090980a3c8d.tar.xz urpmi-c023fc2aa7039577670782d628906090980a3c8d.zip |
add --download-all options to enable downloading of all packages before install
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.8.pod | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 5cd5dc8e..287c462e 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -257,6 +257,13 @@ Configure urpmi on the fly from a distrib tree, useful to install a chroot with the B<--root> option. See the description of the B<--distrib> option in the C<urpmi.addmedia> manpage. +=item B<--download-all> + +By default, urpmi will download packages when they are needed. This can be +problematic when connection failures happen during a big upgrade. When this +option is set, urpmi will first download all the needed packages and proceed +to install them if it managed to download them all. + =item B<--downloader> I<program name> Use a specific program for downloading distant files via http or ftp. |