summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-02-19 10:02:42 +0000
committerdamien <damien@mandriva.com>2002-02-19 10:02:42 +0000
commita7c4da70144529a77ebba02e5f8c9562dce60eb8 (patch)
tree0a5a6482eb6ff00c4a2181b2914d8750185de192
parentad292f444c41369605e4148d04acea65a8a8fc05 (diff)
downloaddrakx-a7c4da70144529a77ebba02e5f8c9562dce60eb8.tar
drakx-a7c4da70144529a77ebba02e5f8c9562dce60eb8.tar.gz
drakx-a7c4da70144529a77ebba02e5f8c9562dce60eb8.tar.bz2
drakx-a7c4da70144529a77ebba02e5f8c9562dce60eb8.tar.xz
drakx-a7c4da70144529a77ebba02e5f8c9562dce60eb8.zip
setting help
-rw-r--r--perl-install/network/netconnect.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index 836901f16..4b3023639 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -197,6 +197,7 @@ ifdown eth0
[_("Cable connection") . if_($netc->{autodetect}{cable}, " - " . _("cable connection detected")), \$conf{cable}],
[_("LAN connection") . if_($netc->{autodetect}{lan}, " - " . _("ethernet card(s) detected")), \$conf{lan}]
);
+ $::isInstall and $in->set_help('configureNetwork');
my $e = $in->ask_from(_("Network Configuration Wizard"), _("Choose the connection you want to configure"),
[ map { { label => $_->[0], val => $_->[1], type => 'bool' } } @l ],
changed => sub {