Mikie wrote:

> I am a confused newbie too tw3ak but I'm going to guess that each
> time you run make menuconfig you get a new .config file.

The .config file is in the kernel source directory, so you don't modify 
anything in the running system.

The configuration processes for the kernel either takes the current 
.config for a starting point and then writes out a modified .config 
(e.g. make menuconfig) or overwrites the .config file completely (e.g. 
make defconfig).

The options available are detailed in 'make help'.

   -- 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