cd /usr/src && wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/incr/patch-2.6.25.9-10.bz2 && cd linux && bzcat /usr/src/patch-2.6.25.9-10.bz2 |patch -p1 && cd .. && mv linux-2.6.25.{9,10} && rm linux && ln -s linux{-2.6.25.10,} && cd linux && make oldconfig && make bzImage && make modules && make modules_install && cp /boot/vmlinuz{,.old} && cp arch/x86/boot/bzImage /boot/vmlinuz && reboot
