From d4de3537b9af901621bb969d1b610290427ed135 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Mon, 10 Jan 2022 11:55:59 +0000 Subject: [PATCH] Add -q flag to wait.conf --- debian/changelog | 7 +++++++ raspi-config | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1dde5e6..932bfa8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +raspi-config (20220110) bullseye; urgency=medium + + * Add -q flag to wait.conf + - https://github.com/RPi-Distro/raspi-config/issues/173 + + -- Serge Schneider Mon, 10 Jan 2022 11:54:26 +0000 + raspi-config (20220106) bullseye; urgency=medium [ garyk10 ] diff --git a/raspi-config b/raspi-config index 743483d..941ecb3 100755 --- a/raspi-config +++ b/raspi-config @@ -1562,7 +1562,7 @@ do_boot_wait() { cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF [Service] ExecStart= -ExecStart=/usr/sbin/dhcpcd -w +ExecStart=/usr/sbin/dhcpcd -w -q EOF STATUS=enabled elif [ $RET -eq 1 ]; then