Patching & Recompiling problems
Hi guys I think I'm doing something wrong can u tell me what pls
So I dl the 2.6.2 patch file, extract it to /usr/src/linux then applied the patch with:
patch -p1 < patch-2.6.2
Rename the directory:
mv /usr/src/linux-2.6.1 /usr/src/linux-2.6.2
Then from /usr/src
rm -f linux
ln -s linux-2.6.2 /usr/src/linux
cd linux
make mrproper
make menuconfig
Save the configuration, then...
make
su -c "make modules_install"
make install
Evething is fine apart from the fact that when I type:
uname -r
It says linux-2.6.1 and not linux-2.6.2
So whats wrong??
|