diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 77bfd319f..6da6100d7 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1065,6 +1065,7 @@ You may also enter the IP address of the gateway if you have one."), }, name => N("Do you want to start the connection at boot?"), type => "yesorno", + default => sub { ($type eq 'modem' ? 'no' : 'yes') }, post => sub { my ($res) = @_; $netc->{at_boot} = $res; |