From c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 31 Mar 2000 21:54:17 +0000 Subject: *** empty log message *** --- perl-install/install_steps_interactive.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index a87ab9ea3..aa08eaeba 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -405,7 +405,7 @@ sub configureNetwork($) { install_steps::configureNetwork($o); #- added ppp configuration after ethernet one. - if ($o->ask_yesorno([ _("Modem Configuration") ], + if (!$::beginner && $o->ask_yesorno([ _("Modem Configuration") ], _("Do you want to configure Dialup with modem networking for your system?"), 0)) { $o->pppConfig; } @@ -491,8 +491,6 @@ _("Domain name") => \$m->{domain}, _("First DNS Server") => \$m->{dns1}, _("Second DNS Server") => \$m->{dns2}, ]); - - $o->miscellaneousNetwork(); } #------------------------------------------------------------------------------ -- cgit v1.2.1