Hi Ankit, Great thoughts. Well as told by John, the LFS book would guide you through the process of creating a CUI based linux. In case you want it to run all unix command, you will have to go on line, each for packages that contain executables of those commands and then install them. Most of these packages are installed by extracting them, doing a cd into the folder of extracted packages and issue the following commands:
./configure --prefix=/usr make make install That should get you going. In case you want to create a Live CD, there are a number of resources that can be of help. Google for them: Linux Live Scripts, Paul's bootable CD, Linux Rescue CD... In fact in LFS hints also you might find resources to create Linux Live CD. Regards Chandrakant
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
