summaryrefslogtreecommitdiffstats
path: root/remote/modules/systemd/data/usr/lib
diff options
context:
space:
mode:
authorMichael Neves2013-06-03 15:30:23 +0200
committerMichael Neves2013-06-03 15:30:23 +0200
commit081daf25f8f1ba391813fd540c6ada1316b7924d (patch)
treeb2a8c1e03ffeef22bad9847501f8bf4d7d18cfe2 /remote/modules/systemd/data/usr/lib
parentAlso move hidden files when mounting temp partition (diff)
downloadtm-scripts-081daf25f8f1ba391813fd540c6ada1316b7924d.tar.gz
tm-scripts-081daf25f8f1ba391813fd540c6ada1316b7924d.tar.xz
tm-scripts-081daf25f8f1ba391813fd540c6ada1316b7924d.zip
vmware network
Diffstat (limited to 'remote/modules/systemd/data/usr/lib')
-rw-r--r--remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules b/remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
index 387a5754..d18123fd 100644
--- a/remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
+++ b/remote/modules/systemd/data/usr/lib/udev/rules.d/99-systemd.rules
@@ -31,7 +31,7 @@ SUBSYSTEM=="block", KERNEL!="ram*|loop*", ENV{DM_UUID}=="CRYPT-*", ENV{ID_PART_T
#
# http://git.kernel.org/?p=linux/hotplug/udev.git;a=blob;f=libudev/libudev-enumerate.c;h=da831449dcaf5e936a14409e8e68ab12d30a98e2;hb=HEAD#l742
-SUBSYSTEM=="net", KERNEL!="lo", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service"
+SUBSYSTEM=="net", KERNEL!="lo|vmnet*", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/net/devices/$name", ENV{SYSTEMD_WANTS}="network-interface@$name.service"
SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_ALIAS}="/sys/subsystem/bluetooth/devices/%k"
SUBSYSTEM=="bluetooth", TAG+="systemd", ENV{SYSTEMD_WANTS}="bluetooth.target"