Fix wait for network option

This commit is contained in:
Serge Schneider 2017-07-11 11:49:18 +01:00
parent a677daf849
commit e1e3b3cf0f
3 changed files with 9 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
raspi-config (20170711) stretch; urgency=medium
* Fix wait for network option
* Bump compat level to 9
-- Serge Schneider <serge@raspberrypi.org> Tue, 11 Jul 2017 11:47:34 +0100
raspi-config (20170704) stretch; urgency=medium
* Remove unnecessary sudo from apt-get

2
debian/compat vendored
View File

@ -1 +1 @@
8
9

View File

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