diff options
Diffstat (limited to 'perl-install/network')
-rw-r--r-- | perl-install/network/netconnect.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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 => |