diff --git a/src/install+setup/setup/main.c b/src/install+setup/setup/main.c index 0595468ac..d59e9ca04 100644 --- a/src/install+setup/setup/main.c +++ b/src/install+setup/setup/main.c @@ -176,16 +176,16 @@ int main(int argc, char *argv[]) goto EXIT; if (!(handledomainname())) goto EXIT; - if (!(handlenetworking())) - goto EXIT; - if (!(handleisdn())) - goto EXIT; - if (!(handledhcp())) - goto EXIT; if (!(handlerootpassword())) goto EXIT; if (!(handleadminpassword())) goto EXIT; + if (!(handleisdn())) + goto EXIT; + if (!(handlenetworking())) + goto EXIT; + if (!(handledhcp())) + goto EXIT; autook = 1; }