diff options
author | Francois Pons <fpons@mandriva.com> | 2000-03-31 21:54:17 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-03-31 21:54:17 +0000 |
commit | c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754 (patch) | |
tree | 9d7c0529277964690cb89f73939eea9fe5f7b172 /perl-install/install_steps_interactive.pm | |
parent | bcd0d92e8b0b72d04b45eeaaea541d672cc46ab7 (diff) | |
download | drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.tar drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.tar.gz drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.tar.bz2 drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.tar.xz drakx-c3ce2573ae05a6145f5cd0c71d2b74b1bc9df754.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 4 |
1 files changed, 1 insertions, 3 deletions
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(); } #------------------------------------------------------------------------------ |