26 May 2011

linux 2.6.39 installation on Fedora Core 15

1. Install Fedora core 15.
2. Download Linux 2.6.39 source code from here.
3. Download the config file for 2.6.39 from here.
4. Remove all the arch related files other than x86 from here.
cd /usr/src/kernels
tar xjvf linux-2.6.39.tar.bz2
cp config.39 .config
make oldconfig
make
make modules_install
make install
timeout=10
#hiddenmenu
kernel .... rdshell rdinitdebug
kernel .... #rhgb quiet

Reference:
Fedora Core 14 Intallation
Fedora Core 15 Intallation

Linux 2.6.36 + Fedora 14
Linux 2.6.37 + Fedora 14
Linux 2.6.38 + Fedora 14
Linux 2.6.39 + Fedora 15

No comments:

Post a Comment