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:
Juan RP 2015-02-04 11:28:37 +01:00
parent d23a8d2fa2
commit 7ecced3043
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec dhcpcd -M -B eth0
exec dhcpcd -B eth0

View File

@ -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