mirror of
https://github.com/brain-hackers/brain-config.git
synced 2024-11-05 09:48:03 +09:00
Fix wait for network option
This commit is contained in:
parent
a677daf849
commit
e1e3b3cf0f
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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
2
debian/compat
vendored
@ -1 +1 @@
|
||||
8
|
||||
9
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user