mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-12-22 20:20:06 +09:00
Updated the the wait.conf drop-in for the new dhcpcd5 package
This commit is contained in:
parent
22c1841c2d
commit
f844b270e9
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -4,6 +4,12 @@ raspi-config (20210924) bullseye; urgency=medium
|
|||||||
|
|
||||||
-- Simon Long <simon@raspberrypi.com> Fri, 24 Sep 2021 14:32:52 +0100
|
-- 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
|
raspi-config (20210922) bullseye; urgency=medium
|
||||||
|
|
||||||
* Handle 73-usb-net-by-mac.link when toggling network names
|
* Handle 73-usb-net-by-mac.link when toggling network names
|
||||||
|
@ -1518,7 +1518,7 @@ do_boot_wait() {
|
|||||||
cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
|
cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=
|
ExecStart=
|
||||||
ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
|
ExecStart=/usr/sbin/dhcpcd -w
|
||||||
EOF
|
EOF
|
||||||
STATUS=enabled
|
STATUS=enabled
|
||||||
elif [ $RET -eq 1 ]; then
|
elif [ $RET -eq 1 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user