Robin wrote:
> Refers to udev (systemd) and not eudev.
>
> The instructions on eudev don't include creating
> /etc/udev/rules.d/70-persistent-net.rules
> only /etc/udev/rules.d/55-lfs.rules
>
> Is it okay to use  udev instructions from  LFS 7.5 to create the database?

Yes, it is.  It need the init-net-rules.sh, write_net_rules, and 
rule_generator.functions scripts.

Or you can just add it manually:

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \ 
ATTR{address}=="00:25:64:38:ec:dd", ATTR{dev_id}=="0x0", \ 
ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

Change the MAC address to match your ethernet device.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to