LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   change kernel configurations when use "make oldconfig" (https://www.linuxquestions.org/questions/red-hat-31/change-kernel-configurations-when-use-make-oldconfig-152362/)

Gijet 03-01-2004 05:50 PM

change kernel configurations when use "make oldconfig"
 
Ok guys .I know the "make oldconfig" tool will attempt to configure my current kernel using the parameters fed from an old configuration file .config.old or .config, but if I wanted to change one or two configuration of my old kernel, can I do it , because if I used the other tools like "make xconfig" or "make menuconfig" , I don't know what the configuration or option that must I chose. I wanted to continue to use the "make oldconfig" tool but can I change one or two of my old configuration kernel. How to do it................

Penguin of Wonder 02-26-2006 06:11 PM

When you load up make xconfig, you can load up an old .config file, and then make changes from there.

nguyennh 02-27-2006 12:26 AM

And you can do the same thing with make menuconfig tool to .

nguyennh 02-27-2006 12:27 AM

By default , the old .config file located on your kernel source directory .

jayjwa 10-09-2006 07:23 PM

You can do make oldconfig, then make menuconfig or any of the graphic ones. You can also have a fully built kernel and do make menuconfig, change only a few things, and then make to recompile just those parts needed (tested on 2.6.*, not sure about 2.4, but probably).

Ah, the beauty of Make :D


All times are GMT -5. The time now is 02:33 PM.