diff options
author | Francois Pons <fpons@mandriva.com> | 2000-05-10 12:32:16 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-05-10 12:32:16 +0000 |
commit | 0a4418d285a80e2a93cf4dee375725ec2e9234ff (patch) | |
tree | 8db6a22cf3ebdba443264cb3f22d56bf058cf451 /perl-install/install_steps_interactive.pm | |
parent | 10ee88a49d4445a0ce048339ae9e0d6e298f0628 (diff) | |
download | drakx-0a4418d285a80e2a93cf4dee375725ec2e9234ff.tar drakx-0a4418d285a80e2a93cf4dee375725ec2e9234ff.tar.gz drakx-0a4418d285a80e2a93cf4dee375725ec2e9234ff.tar.bz2 drakx-0a4418d285a80e2a93cf4dee375725ec2e9234ff.tar.xz drakx-0a4418d285a80e2a93cf4dee375725ec2e9234ff.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 8da8c32b5..0ed7681a6 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -508,6 +508,7 @@ sub pppConfig { my $m = $o->{modem} ||= {}; unless ($m->{device} || $::expert && !$o->ask_yesorno('', _("Try to find a modem?"), 1)) { + eval { modules::load("serial"); }; detect_devices::probeSerialDevices(); foreach (0..3) { next if $o->{mouse}{device} =~ /ttyS$_/; |