mirror of
https://github.com/brain-hackers/brain-config.git
synced 2025-04-20 05:54:54 +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
|
raspi-config (20170704) stretch; urgency=medium
|
||||||
|
|
||||||
* Remove unnecessary sudo from apt-get
|
* 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
|
cat > /etc/systemd/system/dhcpcd.service.d/wait.conf << EOF
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=
|
ExecStart=
|
||||||
ExecStart=/sbin/dhcpcd -q -w
|
ExecStart=/usr/lib/dhcpcd5/dhcpcd -q -w
|
||||||
EOF
|
EOF
|
||||||
STATUS=enabled
|
STATUS=enabled
|
||||||
elif [ $RET -eq 1 ]; then
|
elif [ $RET -eq 1 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user