diff options
author | damien <damien@mandriva.com> | 2002-03-05 16:10:04 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2002-03-05 16:10:04 +0000 |
commit | 56246d05147fc36209281f8b9cbabec4c9e3d04b (patch) | |
tree | 454d0bbcb257c02d49e51e3a1c1cf8b67668124e | |
parent | b8a8523caa009611f7a6eb1dbb04907aa6e42fcc (diff) | |
download | drakx-backup-do-not-use-56246d05147fc36209281f8b9cbabec4c9e3d04b.tar drakx-backup-do-not-use-56246d05147fc36209281f8b9cbabec4c9e3d04b.tar.gz drakx-backup-do-not-use-56246d05147fc36209281f8b9cbabec4c9e3d04b.tar.bz2 drakx-backup-do-not-use-56246d05147fc36209281f8b9cbabec4c9e3d04b.tar.xz drakx-backup-do-not-use-56246d05147fc36209281f8b9cbabec4c9e3d04b.zip |
added expert mode
-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 4b3023639..6c924a886 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -166,6 +166,7 @@ ifdown eth0 [ if_(@profiles > 1, { label => _("Choose the profile to configure"), val => \$netcnx->{PROFILE}, list => \@profiles }), { label => _("Use auto detection"), val => \$netc->{autodetection}, type => 'bool' }, + { label => _("Expert Mode"), val => \$::expert, type => 'bool' }, ] ) or goto step_5; undef $::Wizard_no_previous; |