Stan Brown wrote: > Givne that I am building kernels with kernel-package (which works great), and > given > that I _know_ I don't need any of the new options, when moving from say 2.4.2 > to > 2.4.3, isb't there some way that I can move the kernel config, without having > to da > a make [x|menu]conifg, again? >
You can copy your actual "/boot/config-2.4.2" as ".config" in the directory where you build your kernel. This should be ok if there isn't any new kernel opts, or instead you can try using "make oldconfig" instead of "make menuconfig", this should prompt for any new options... Andrea

