On Aug 28, 2020 3:38 PM, "Pierre Labastie via lfs-dev" < lfs-dev@lists.linuxfromscratch.org> wrote: > > On Tue, 2020-08-25 at 17:48 -0400, Joe Locash via lfs-dev wrote: > > In managing devices, specifically WRT network devices, 2 methods are > > listed for using traditional network names. Another and easier (IMO) > > way is to just create an empty file: /etc/udev/rules.d/80-net-name- > > slot.rules > > Do you mean you can get rid of 70-persistent-net.rules, even if there > are two or more ethernet cards (not talking about wifi cards)? And if > so, can we be sure that the naming is consistent from one reboot to the > other?
No, I'm not talking about getting rid of 70-persistent-net.rules. It's an alternative to passing net.ifnames=0 on the kernel command line. It's similar to section 9.2.1.1 of the systemd book where /etc/systemd/network/99-default.link is symlinked to /dev/null. eudev will look for 80-net-name-slot.rules.
-- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page