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
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec dhcpcd -M -B eth0
|
||||
exec dhcpcd -B eth0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dhcpcd'
|
||||
pkgname=dhcpcd
|
||||
version=6.7.1
|
||||
revision=1
|
||||
revision=2
|
||||
lib32disabled=yes
|
||||
build_options="systemd"
|
||||
build_style=configure
|
||||
|
|
Loading…
Reference in New Issue
Block a user