Im Setup werden nun zuerst die Passwoerter und dann das Netzwerk konfiguriert.

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@909 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-09-22 11:49:10 +00:00
parent 352e626f71
commit 71a5950f9f

View File

@@ -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;
}