I built LFS tonight on a kvm VM.  Here are a couple of comments:

The total build time was 6.3 hours.  The last build (LFS 7.0) on the 
same machine, but on the HW was 4.1 hours.  That's a 50% increase in 
time.  I'm not sure why.

The section 7.2.1. Creating stable names for network interfaces failed.

The instructions are:

for NIC in /sys/class/net/* ; do
     INTERFACE=${NIC##*/} udevadm test --action=add $NIC
done

But no /etc/udev/rules.d/70-persistent-net.rules file is generated.

/sys/class/net/* expands to "/sys/class/net/lo /sys/class/net/eth0"

Running manually gives:

ACTION=add
DEVPATH=/devices/pci0000:00/0000:00:03.0/net/eth0
ID_BUS=pci
ID_MODEL_ID=/sys/devices/pci0000:00/0000:00:03.0
ID_VENDOR_ID=0x10ec
IFINDEX=2
INTERFACE=eth0
MATCHADDR=52:54:00:12:34:56
MATCHIFTYPE=1
SUBSYSTEM=net
UDEV_LOG=6
USEC_INITIALIZED=39369048311
builtin_kmod_exit: unload module index
run_command: calling: test
adm_test: version 180
This program is for debugging only, it does not run any program,
specified by a RUN key. It may show incorrect results, because
some values may be different, or not available at a simulation run.


I'll have to look at this tomorrow...

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

Reply via email to