How to compile the Centos SME Server 7.4 Linux Kernel 2.6.34

Download the latest stable kernel from the http://www.kernel.org/ unpack the downloaded source file. Steps: # wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.34.tar.bz2 # tar xjf tar xjf linux-2.6.34.tar.bz2 # ln -s linux-2.6.34 linux # cd linux # cp /boot/config-`uname -r` ./.config # make menuconfig (here you can select .config as preselected .config from old kernel) # make rpm (Compile the … Read more