Add -q flag to wait.conf

This commit is contained in:
Serge Schneider 2022-01-10 11:55:59 +00:00
parent 87ecf53766
commit d4de3537b9
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -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 <serge@raspberrypi.com> Mon, 10 Jan 2022 11:54:26 +0000
raspi-config (20220106) bullseye; urgency=medium
[ garyk10 ]

View File

@ -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