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

This commit is contained in:
Serge Schneider
2021-09-27 13:09:13 +01:00
parent 22c1841c2d
commit f844b270e9
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -4,6 +4,12 @@ raspi-config (20210924) bullseye; urgency=medium
-- Simon Long <[email protected]> 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 <[email protected]> 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
+1 -1
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