From 7a85c904913cb385a82b335ef416e78e9308f02d Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 18 Jan 2002 11:05:58 +0000 Subject: even if user cancel update of package on tree, allow urpmi to install the medium. --- perl-install/install_steps_interactive.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 815ef098e..edff28877 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -926,12 +926,14 @@ Do you want to install the updates ?"))) || return; if ($update_medium) { if ($o->choosePackagesTree($o->{packages}, $update_medium)) { $o->pkg_install; - $o->install_urpmi; } else { #- make sure to not try to install the packages (which are automatically selected by getPackage above). #- this is possible by deselecting the medium (which can be re-selected above). delete $update_medium->{selected}; } + #- update urpmi even, because there is an hdlist available and everything is good, + #- this will allow user to update the medium but update his machine later. + $o->install_urpmi; } #- stop interface using ppp only. FIXME REALLY TOCHECK isdn (costly network) ? -- cgit v1.2.1