diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-18 15:01:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-18 15:01:03 +0000 |
commit | 76fb51c2121186d897473a11f83d46c7ffa564dc (patch) | |
tree | 407806c5e251f9b82cb535cc1a78f75ac9a14440 /perl-install/install_interactive.pm | |
parent | 1bf4d3b7f6051eeb18c922f6b757621ad97ed192 (diff) | |
download | drakx-backup-do-not-use-76fb51c2121186d897473a11f83d46c7ffa564dc.tar drakx-backup-do-not-use-76fb51c2121186d897473a11f83d46c7ffa564dc.tar.gz drakx-backup-do-not-use-76fb51c2121186d897473a11f83d46c7ffa564dc.tar.bz2 drakx-backup-do-not-use-76fb51c2121186d897473a11f83d46c7ffa564dc.tar.xz drakx-backup-do-not-use-76fb51c2121186d897473a11f83d46c7ffa564dc.zip |
no_comment
Diffstat (limited to 'perl-install/install_interactive.pm')
-rw-r--r-- | perl-install/install_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_interactive.pm b/perl-install/install_interactive.pm index 6e60b8f6f..796402eb9 100644 --- a/perl-install/install_interactive.pm +++ b/perl-install/install_interactive.pm @@ -299,7 +299,7 @@ sub setup_thiskind { } return if $auto && (@l || !$at_least_one); } - @l = map { $_->{driver} } @l; + @l = map { $_->{description} } @l; while (1) { my $msg = @l ? [ _("Found %s %s interfaces", join(", ", @l), $type), |