On Mon, 2005-04-11 at 09:17 -0500, Jerry Geis wrote:
What would be the proper steps to upgrade to 2.6.11 on centos 4.0
This is what I think...
tar -zxvf linux-2.6.11.6.bz2 cd linux-2.6.11.6
cp /boot/config-$(uname -r) .config
make oldconfig - enter for all choies presented ... cp -f arch/i386/boot/bzImage /boot/vmlinux-2.6.11.6
cp .config /boot/config-2.6.11.6
edit /etc/grub.conf
Neither cp is strictly necessary, but they are a good idea.