X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Finstall%2Bsetup%2Fsetup%2Fnetworking.c;fp=src%2Finstall%2Bsetup%2Fsetup%2Fnetworking.c;h=edd3c71af0d60560c64b0f41616640c1eb3c60cd;hb=a5d81233a3a6638f6138c21d6174f73f99eb93fe;hp=9c13717158f44f701d33da5886dbf36a262b7550;hpb=147446202ff649e7371cc45d040626d7ab262cf4;p=ipfire-2.x.git diff --git a/src/install+setup/setup/networking.c b/src/install+setup/setup/networking.c index 9c13717158..edd3c71af0 100644 --- a/src/install+setup/setup/networking.c +++ b/src/install+setup/setup/networking.c @@ -112,6 +112,8 @@ int handlenetworking(void) runcommandwithstatus("/etc/rc.d/init.d/network start", ctr[TR_PULLING_NETWORK_UP]); } + } else { + rename_nics(); } create_udev(); return 1;