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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user