TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:3307] kernel 2.2pre vs real
On Mon, 11 Jan 1999, Ben Luey wrote:
> If I recompile my computer with kernel 2.2pre6, when I get 2.2.0 can I use
> the same config and just recompile, or do I need to rerun make menuconfig?
>
A quicker way would be to copy the config file you generated (it will be
.config in the source tree) into the new source tree. Example:
cd /usr/src
cp linux-2.2.0-pre6/.config linux-2.2.0
cd linux-2.2.0
make oldconfig
...
If there are any new defines that your config file doesn't have, you will
be prompted wrt those, otherwise all previous values will be used.
==========================================================================
Mark A Bentley Email: bentlema@cs.umn.edu
Systems Staff, CSci Dept
University of Minnesota URL: http://www.cs.umn.edu/~bentlema/