From 07728179b4f3294a82f54a6b360cb5c7f1e056fe Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Fri, 28 Feb 2003 08:38:53 +0000 Subject: allow to switch in expert mode during install. --- perl-install/network/netconnect.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 698ff49d5..ea4142236 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -162,7 +162,7 @@ If you don't want to use the auto detection, deselect the checkbox. [ if_(@profiles > 1, { label => N("Choose the profile to configure"), val => \$netcnx->{PROFILE}, list => \@profiles }), { label => N("Use auto detection"), val => \$netc->{autodetection}, type => 'bool' }, - if_($::isStandalone, { label => N("Expert Mode"), val => \$::expert, type => 'bool' }), + { label => N("Expert Mode"), val => \$::expert, type => 'bool' }, ] ) or goto step_5 }; $in->exit(0) if $@ =~ /wizcancel/; undef $::Wizard_no_previous; -- cgit v1.2.1