summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 38708ee54..b5d60d93c 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -414,7 +414,7 @@ sub selectSupplMedia {
: int(keys %{$o->{packages}{mediums}}) + 1;
local $::isWizard = 0;
#- configure network if needed
- if (!(our $asked) && !scalar keys %{$o->{intf}}) {
+ if (!(our $asked) && !scalar keys %{$o->{intf}} && $suppl_method !~ /^(?:cdrom|disk)/) {
$asked = 1;
#- install basesystem now
$::o->do_pkgs->ensure_is_installed('basesystem', undef, 1);