From 124221d44a8f210de39b71016f3f0b18605d85c9 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 23 Jan 2019 09:49:52 +0100 Subject: Quell the noise generated by dhcpcd on boot --- liveinit.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'liveinit.tpl') diff --git a/liveinit.tpl b/liveinit.tpl index 7bc9808..2d134e1 100755 --- a/liveinit.tpl +++ b/liveinit.tpl @@ -422,7 +422,7 @@ if [ "$RESCUE" = "" ]; then continue # skip wireless interfaces fi # If this configures an interface, we're done with dhcpcd afterwards: - /sbin/dhcpcd -L -p -t $DHCPWAIT $EDEV & + /sbin/dhcpcd -L -p -j /var/log/dhcpcd.log -t $DHCPWAIT $EDEV & done unset EDEV # Wait at most DHCPWAIT seconds for a DHCP-configured interface to appear: @@ -455,7 +455,7 @@ if [ "$RESCUE" = "" ]; then if [ "$ENET_MODE" = "ask" -o "$ENET_MODE" = "dhcp" ]; then # Invoke dhcpcd only if it was not called yet: if [ ! -s $(get_dhcpcd_pid $INTERFACE) ]; then - /sbin/dhcpcd -L -p -t $DHCPWAIT $INTERFACE + /sbin/dhcpcd -L -p -j /var/log/dhcpcd.log -t $DHCPWAIT $INTERFACE fi else # Kill dhcpcd if we used it to find a statically configured interface: -- cgit v1.2.3