On Sun, Feb 28, 2010 at 5:35 PM, Michael Robinson <[email protected]> wrote: > I finished getting a Linux from scratch system working.
Which version of LFS are you using? http://www.linuxfromscratch.org/lfs/view/development/ > > A few things missing, there is no netstat command, no ifconfig command, > and no dns/dhcp commands. The IPRoute2 package provides "ip" tool that replace ifconfig functionality, http://www.linuxfromscratch.org/lfs/view/development/chapter06/iproute2.html > > Pulled out my bash book and played a bit with the shell prompt. > > I don't know how to set the hostname, so the host name comes up as > (none). The inetutils package provides a "hostname" tool, that is very easy to set hostname: as "hostname lfs-host" http://www.linuxfromscratch.org/lfs/view/development/chapter06/inetutils.html > > I haven't gotten my wireless logitech keyboard to work with this system, > maybe I need to add something to the kernel? maybe need some special kernel configuration option, you can always find out that by learning from other mature Linux distro that can drive it; > > Well, I'll have to see if I can get the networking tools to fit in 100 > megs or less. Cheers, > > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > -- Cheng Renquan (程任全), from Singapore _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
