Updated the the wait.conf drop-in for the new dhcpcd5 package

This commit is contained in:
Serge Schneider 2021-09-23 18:56:24 +01:00
parent 22c1841c2d
commit f844b270e9
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -4,6 +4,12 @@ raspi-config (20210924) bullseye; urgency=medium
-- Simon Long <simon@raspberrypi.com> Fri, 24 Sep 2021 14:32:52 +0100
raspi-config (20210923) bullseye; urgency=medium
* Updated the the wait.conf drop-in for the new dhcpcd5 package
-- Serge Schneider <serge@raspberrypi.com> Thu, 23 Sep 2021 18:24:05 +0100
raspi-config (20210922) bullseye; urgency=medium
* Handle 73-usb-net-by-mac.link when toggling network names

View File

@ -1518,7 +1518,7 @@ do_boot_wait() {
cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
[Service]
ExecStart=
ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
ExecStart=/usr/sbin/dhcpcd -w
EOF
STATUS=enabled
elif [ $RET -eq 1 ]; then