summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-09-05 09:57:49 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-09-05 09:57:49 +0000
commit17fbdb6a16a5f135538fe7636d2cc383de16ef7a (patch)
tree7c1dfb08cd924768ba234fe774f01c2ffd440fb8 /perl-install/install_any.pm
parent32242902ed1f0b3ee4abce49da564259628992bc (diff)
downloaddrakx-backup-do-not-use-17fbdb6a16a5f135538fe7636d2cc383de16ef7a.tar
drakx-backup-do-not-use-17fbdb6a16a5f135538fe7636d2cc383de16ef7a.tar.gz
drakx-backup-do-not-use-17fbdb6a16a5f135538fe7636d2cc383de16ef7a.tar.bz2
drakx-backup-do-not-use-17fbdb6a16a5f135538fe7636d2cc383de16ef7a.tar.xz
drakx-backup-do-not-use-17fbdb6a16a5f135538fe7636d2cc383de16ef7a.zip
Proper detection of network interface at supplementary media setup
Diffstat (limited to 'perl-install/install_any.pm')
-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 f14b3cf35..69686e7de 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -464,7 +464,7 @@ sub selectSupplMedia {
}->{$suppl};
my $medium_name = int(keys %{$o->{packages}{mediums}}) + 1;
#- configure network if needed
- prep_net_suppl_media($o) if !scalar keys %{$o->{intf}} && $suppl_method !~ /^(?:cdrom|disk)/;
+ prep_net_suppl_media($o) if !scalar keys %{$o->{net}{ifcfg}} && $suppl_method !~ /^(?:cdrom|disk)/;
local $::isWizard = 0;
local $o->{method} = $suppl_method;
my $postinstall_rpms_tmp = $postinstall_rpms;