November 03, 2005 11:40 PM EST
Copyright © by Kuwait Linux User Group
All rights reserved.
Category: howto
Tags: None
Bookmark:
compiling kernel 2.6
compiling kernel 2.6
Author: . 4137 Readsmake mrproper
Then copy your existing .config to your new kernel source tree...
cp /usr/src/linux-2.4.?/.config /usr/src/linux
make oldconfig (to use your old config and choose to add/not add the new
options)
or...
make menuconfig (to use your old config and tweak further)
or...
make whatever other type you like (xconfig,gconfig,etc.)
Just exit and save the configuration, then...
make
su -c "make modules_install"
make install
Copyright © by Kuwait Linux User Group
All rights reserved.
Category: howto
Tags: None
Bookmark:

[ Go Back ]