Linux From ScratchThis Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi everyone
i've done for LFS 6.3 for a month but can anyone tell me how to continue in BLFS.I've try to config eth0 interface but not work anf how me know that my LFS is stable how to check(it is work fine? is it 100% done?)
What do you want to do with BLFS? I have gone through it and was able to install the KDE desktop. If you want i can give you a list of the items in the BLFS that you need to do to get KDE up and running. Takes some time but is not that bad.
Also with eth0 i had to make sure when i was building the kernel that i included the correct network driver for my network card.
In the new LFS system do the following to get your network working correctly.
rm -v /etc/udev/rules.d/70-persistent-net.rules
This will remove the current net interfaces that you configures with the original host.
/lib/udev/write_net_rules all_interfaces
This will recreate the file for your system correctly.
cat /etc/udev/rules.d/70-persistent-net.rules
now find your network card listed in the file and configure your /etc/sysconfig/network-devices/ to the correct device. Often all you have to do is rename the dirictory that your network config is in then in the /etc/sysconfig/network-devices/ folder do a
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.