dhcpcd: disable -M in the dhcpcd-eth0 service.
This service is used mostly in lxc guests, and when it's enabled, dhcpcd relies on udev... which does not work in lxc.
This commit is contained in:
parent
d23a8d2fa2
commit
7ecced3043
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec dhcpcd -M -B eth0
|
exec dhcpcd -B eth0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dhcpcd'
|
# Template file for 'dhcpcd'
|
||||||
pkgname=dhcpcd
|
pkgname=dhcpcd
|
||||||
version=6.7.1
|
version=6.7.1
|
||||||
revision=1
|
revision=2
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue