From e0199832222d9d362e1350e2d43655535b3313c4 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 7 Jan 2002 14:32:15 +0000 Subject: corrected network connection during install --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 0c7d8fef8..22baf92b7 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -136,6 +136,7 @@ sub main { _("Because you are doing a network installation, your network is already configured. Click on Ok to keep your configuration, or cancel to reconfigure your Internet & Network connection. "), 1)) and do { + $netcnx->{type}='lan'; output "$prefix$connect_file", qq( ifup eth0 -- cgit v1.2.1