Matt Burgess wrote: > On Wed, 2013-02-13 at 13:01 -0600, Bruce Dubbs wrote: >> Thomas Trepl wrote: >>> Hi all, >>> >>> you may have noticed or probably read in other articles that systemd >>> introduced a new device naming scheme starting with version 197. Doing >>> nothing >>> will result in device names like enp5s0 instead of eth0. > > <snip> > >> The current udev-lfs-197-2/init-net-rules.sh creates >> 70-persistent-net.rules which should handle it. > > It doesn't appear to here. I get an en7s0 device. I just forgot to > report it after the last couple of builds.
That's not clear. Where do you get the device? The devices should be picked up in init-net-rules.sh, line 8 and then the rule written at lines 113-128. My system has: $ cat /etc/udev/rules.d/70-persistent-net.rules ... # net device e1000e SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:25:64:38:ec:dd", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page