diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-07 14:43:04 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-07 14:43:04 +0000 |
commit | 1800d14ff9ac6dd218d274b6b4e13e3e71baecc4 (patch) | |
tree | 4a915815837bb688748bcefaaef31e1dce35fcac /perl-install/install_steps_interactive.pm | |
parent | fe2f11d05f38a658db90c75ce73dbe87bfb84a64 (diff) | |
download | drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.tar drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.tar.gz drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.tar.bz2 drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.tar.xz drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.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 052dbf312..7d5069ce5 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -481,6 +481,7 @@ sub pppConfig { my $m = $o->{modem} ||= {}; unless ($m->{device} || $::expert && !$o->ask_yesorno('', _("Try to find a modem?"), 1)) { + detect_devices::probeSerialDevices(); foreach (0..3) { next if $o->{mouse}{device} =~ /ttyS$_/; detect_devices::hasModem("$o->{prefix}/dev/ttyS$_") |