From 6e81bdc57790eb0816777711c4b4eda97076b5f1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 14 Apr 2017 10:33:30 +0000 Subject: setup-alpine: make udhcpc quiet udhcpc will print to stdout the ip addr it got. This gets in the way for the root password prompt so we redirect udhcpc to /dev/null --- setup-alpine.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup-alpine.in') diff --git a/setup-alpine.in b/setup-alpine.in index 7840300..5017b01 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -130,7 +130,7 @@ else $PREFIX/sbin/setup-interfaces fi # start the networking in background -/etc/init.d/networking --quiet start & +/etc/init.d/networking --quiet start >/dev/null & # setup up dns if no dhcp was configured grep '^iface.*dhcp' $ROOT/etc/network/interfaces > /dev/null ||\ -- cgit v1.2.3