From edc1ac1a289eab0c5ab5f0a540a00e66c01bb422 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 13 Sep 2011 14:34:38 +0000 Subject: setup-alpine: start networking in background early It might take a few seconds to start the networking so we can do that while user enter info about timezone and enters the password. This reduces the waiting time. --- setup-alpine.in | 2 ++ 1 file changed, 2 insertions(+) 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 ||\ -- cgit v1.2.3