From 5d5a663840152466503e879cba9b8b2f7ebcafb6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 19 Jan 2004 22:08:38 +0000 Subject: chain hostname/dns step with zeroconf one (more work on zeroconf will be done between beta 1 and 2) --- perl-install/network/netconnect.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 8d981ee04..2dbe16f9f 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -774,7 +774,8 @@ You may also enter the IP address of the gateway if you have one."), return 1; } }, - post => $handle_multiple_cnx, + #post => $handle_multiple_cnx, + next => "zeroconf", }, dhcp_hostname => -- cgit v1.2.1