From de8808dc38b36060828666335c45522ac899afdc Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 21 Aug 2001 00:36:05 +0000 Subject: generik internet initscript, planq the children again --- perl-install/network/netconnect.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index b8b327bde..bae9dc97b 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -133,12 +133,10 @@ Click on Ok to keep your configuration, or cancel to reconfigure your Internet & "), 1)) and do { output "$prefix$connect_file", qq( -#!/bin/bash ifup eth0 ); output "$prefix$disconnect_file", qq( -#!/bin/bash ifdown eth0 ); chmod 0755, "$prefix$disconnect_file"; @@ -211,6 +209,7 @@ ifdown eth0 } elsif ($nb == 1) { $netc->{internet_cnx_choice} = (keys %{$netc->{internet_cnx}})[0]; } + $netc->{at_boot} = $in->ask_yesorno(_("Network Configuration Wizard"), _("Do you want to start the connection at boot?")); if ($netc->{internet_cnx_choice} ) { write_cnx_script($netc); } else { -- cgit v1.2.1