From be1d6cb5d77de9e7c5ad33d7c4c39befdd258f70 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 8 Apr 2009 11:54:19 +0000 Subject: (prep_net_suppl_media) call configure_media() so that one can install basesystem before adding suppl network media (maybe should we display a wait message as urpm::media::configure() is costly?) --- perl-install/install/NEWS | 3 +++ perl-install/install/any.pm | 2 ++ 2 files changed, 5 insertions(+) (limited to 'perl-install/install') diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2a4902798..4d58c8348 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,7 @@ - include vmmouse driver (#49654) +- media management: + o tell urpmi to read synthesis before adding supplementary network + media in order to be able to install the 'basesystem' package Version 12.25.1 - 07 April 2009 diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index b683c0995..90c63fc23 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -146,6 +146,8 @@ sub prep_net_suppl_media { return if our $net_suppl_media_configured && network::tools::has_network_connection(); $net_suppl_media_configured = 1; + # needed so that one can install basesystem before adding suppl network media: + install::media::configure_media($o->{packages}); #- install basesystem now $o->do_pkgs->ensure_is_installed('basesystem', undef, 1); -- cgit v1.2.1