blob: c4e17e0364dd0364ca8234b7599a23e3ad3bf168 [file] [log] [blame]
# This is a file that will make any NIC eth0.
# It prevents the persistent net rules generator from running because that ends
# up naming the 1 NIC eth1 instead of when you move a disk between fit-pcs.
# Put it in /etc/udev/rules.d/ to use it.
SUBSYSTEM=="net", ACTION=="add", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"