From d861e03457f61ed2894f68bf841805441d9a192b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 18 Jan 2002 10:06:43 +0000 Subject: allow selection/deselection of update medium (for cancel of installation). --- perl-install/crypto.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/crypto.pm') diff --git a/perl-install/crypto.pm b/perl-install/crypto.pm index a91010ca5..f5a80d4c3 100644 --- a/perl-install/crypto.pm +++ b/perl-install/crypto.pm @@ -127,6 +127,8 @@ sub getPackages { log::l("read updates hdlist"); #- keep in mind where is the URL prefix used according to mirror (for install_any::install_urpmi). $update_medium->{prefix} = "ftp://$mirror" . dir($mirror); + #- (re-)enable the medium to allow install of package. + $update_medium->{select} = 1; return $update_medium; } -- cgit v1.2.1