diff options
-rwxr-xr-x | setup-alpine.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/setup-alpine.in b/setup-alpine.in index 0de96b4..82f09bc 100755 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -111,6 +111,8 @@ if [ -n "$INTERFACESOPTS" ]; then else $PREFIX/sbin/setup-interfaces fi +# start the networking in background +/etc/init.d/networking --quiet start & # setup up dns if no dhcp was configured grep '^iface.*dhcp' $ROOT/etc/network/interfaces > /dev/null ||\ |