From 980808144fdceceb2dac8019bd739f79e2c2bc81 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 1 May 2013 20:40:56 +0000 Subject: install 'basesystem-minimal' instead of 'basesystem' prior to add extra media thus fixing "basesystem package not selected" (mga#9611) --- perl-install/install/any.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/install/any.pm') diff --git a/perl-install/install/any.pm b/perl-install/install/any.pm index 5402f7aa8..8cdceafff 100644 --- a/perl-install/install/any.pm +++ b/perl-install/install/any.pm @@ -149,13 +149,13 @@ 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: + # needed so that one can install basesystem-minimal before adding suppl network media: install::media::update_media($o->{packages}); require urpm::media; urpm::media::configure($o->{packages}); - #- install basesystem now - $o->do_pkgs->ensure_is_installed('basesystem', undef, 1); + #- install basesystem-minimal now + $o->do_pkgs->ensure_is_installed('basesystem-minimal', undef, 1); # in case of no network install: $o->{net} ||= {}; -- cgit v1.2.1