> reproduce the exact kernel configuration of my running 2.2.14 system
> and a 2.2.17 kernel.  (It would be extremely useful to have a pointer
> to a tool which would duplicate the configs rather than going through
> the manual process of configuring the kernel build).

cp .config new_kernel_dir

cd new_kernel_dir
make menuconfig
<save>
make dep; make clean; make bzImage



        Igmar

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to