diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-21 16:49:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-21 16:49:38 +0000 |
commit | 308e29f3d74b047d2ed126c3b21a02f9dcefa903 (patch) | |
tree | 1d8649cb40836e31da29711611f1bf6072a4bbd8 /perl-install/network/netconnect.pm | |
parent | df5f254913297d2f80a74af67389e23867d6d3c0 (diff) | |
download | drakx-backup-do-not-use-308e29f3d74b047d2ed126c3b21a02f9dcefa903.tar drakx-backup-do-not-use-308e29f3d74b047d2ed126c3b21a02f9dcefa903.tar.gz drakx-backup-do-not-use-308e29f3d74b047d2ed126c3b21a02f9dcefa903.tar.bz2 drakx-backup-do-not-use-308e29f3d74b047d2ed126c3b21a02f9dcefa903.tar.xz drakx-backup-do-not-use-308e29f3d74b047d2ed126c3b21a02f9dcefa903.zip |
add a hint if we never restore profiles feature
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index ead8496fe..bfca3e509 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -167,6 +167,7 @@ If you don't want to use the auto detection, deselect the checkbox. my $nb = keys %{$netc->{internet_cnx}}; if ($nb > 1) { + # BUG: remember to remove reference to profiles in mcc if we do not restore this feature eval { $in->ask_from(N("Network Configuration Wizard"), N("You have configured multiple ways to connect to the Internet.\nChoose the one you want to use.\n\n") . if_(!$::isStandalone, "You may want to configure some profiles after the installation, in the Mandrake Control Center"), [ { label => N("Internet connection"), val => \$netc->{internet_cnx_choice}, list => [ keys %{$netc->{internet_cnx}} ] } ] |