From c01ca42031a3bd4abd2133af7731a5f73af28047 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 4 Mar 2004 09:01:17 +0000 Subject: (hasNetwork) do not refuse to up the network when in dhcp (bad oem patch) --- perl-install/install_steps.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 592d4073d..c5db0b272 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -972,7 +972,7 @@ risk! #------------------------------------------------------------------------------ sub hasNetwork { my ($o) = @_; - $o->{netcnx}{type} && $o->{netc}{NETWORKING} ne 'no' && $o->{netc}{DHCP} ne 'yes' and return 1; + $o->{netcnx}{type} && $o->{netc}{NETWORKING} ne 'no' and return 1; log::l("no network seems to be configured for internet ($o->{netcnx}{type},$o->{netc}{NETWORKING})"); 0; } -- cgit v1.2.1