2014-03-08 22:32 GMT+08:00 William Harrington <kb0...@berzerkula.org>: > > On Mar 8, 2014, at 5:34 AM, xinglp wrote: > >> Yes, I'm doing this now. It will finish in about 4 hours on machine. >> And I just finished a build with eudev after util-linux, it boot fine, >> but enpXsXX change to eth0 again. > > That should happen when you enable the rule generator and have /etc/ > udev/rules.d/80-net-name-slot.rules if I'm not mistaken. /etc/udev/rules.d/70-persistent-net.rules was created on the first boot by default. with below content. =====================begin============================ # This file was automatically generated by the /lib/udev/write_net_rules # program, run by the persistent-net-generator.rules rules file. # # You can modify it, as long as you keep each rule on a single # line, and change only the value of the NAME= key.
# PCI device 0x8086:0x10f5 (e1000e) SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xxxxxxxxxxxxxx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" =====================end============================ > > Sincerely, > > William Harrington > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-dev > FAQ: http://www.linuxfromscratch.org/faq/ > Unsubscribe: See the above information page -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page