summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/adsl.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm
index 468cef6c3..98d4d5516 100644
--- a/perl-install/network/adsl.pm
+++ b/perl-install/network/adsl.pm
@@ -149,7 +149,8 @@ sync
speedtouch =>
{
modules => [ qw(speedtch) ],
- start => '/usr/bin/speedtouch-start',
+ #- won't call pppd since we've just written ONBOOT=no, only runs modem_run
+ start => '/usr/bin/speedtouch-start --boot',
overide_script => 1,
server => {
pppoa => qq("/usr/sbin/pppoa3 -c")