summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-09-28 18:15:14 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-09-28 18:15:14 -0400
commitbd45a51d7c52f2bde2493d6049e1a8f9f2cd30b6 (patch)
tree1f52d7bfa2d21ab0d90c57bcbed20e4c0bb476fb
parent1177d38eade99299ba9f7ba87184f782b60d19d1 (diff)
mgmt-dhcpcd: Fix
-rw-r--r--config-parabola-mgmt-dhcpcd.PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-parabola-mgmt-dhcpcd.PKGBUILD b/config-parabola-mgmt-dhcpcd.PKGBUILD
index 4266904..52226dd 100644
--- a/config-parabola-mgmt-dhcpcd.PKGBUILD
+++ b/config-parabola-mgmt-dhcpcd.PKGBUILD
@@ -1,5 +1,5 @@
. ${BUILDFILE%/*}/common.sh
-pkgver=20180921
+pkgver=20180928
package() {
preamble
@@ -16,7 +16,7 @@ depends+=(
# ethernet interface, to avoid any manual configuration of networking,
# that could change if the host VM changes.
add-file etc/udev/rules.d/81-dhcpcd.rules <<-'EOF'
- ACTION=="add", SUBSYSTEM=="net", ID_NET_DRIVER!="tun", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service"
+ ACTION=="add", SUBSYSTEM=="net", DEVPATH!="*/virtual/*", ENV{SYSTEMD_WANTS}="dhcpcd@$name.service"
EOF
# In order to work with network-online.target, we order