mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 17:58:04 +09:00
Add -q flag to wait.conf
This commit is contained in:
parent
87ecf53766
commit
d4de3537b9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 ]
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user