On Tue, 11 Apr 2000, Carl Lawton wrote about, Configuring New Kernel:
> I am going to install linux-2.2.14 on my RedHat6.0
> and wanted to know if there is a way of extracted my
> current kernel options (set in "make menuconfig") and apply
> it to my new source tree so i don't have to go through every
> option manually.
Save a copy of /usr/src/linux/.config
when your new install is complete with kernel source code in place do;
cd /usr/src/linux
make mrproper
cp backed up file from wherever .
make oldconfig
Quite possably you will be asked a few questions, this being that in a
higher kernel source tree new kernel options might have been added, you
will be prompted to answer y | n | m
make dep bzImage
I presume you know the rest, if not read /usr/src/linux/README,
and dont forget to edit /etc/lilo.conf and rerun lilo.
> TIA
> Carl
>
> --
> Carl Lawton
> XKO Software Ltd
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs