Compiling 2.6.18.1 Kernel
#!/bin/sh
cd /usr/src
wget
http://www.puppyos.net/test/linux-2.6.18.1-source-patched_sfs_log_via.tar.bz2∞
rename linux-2.6.18.1 linux-2.6.18.1.old
tar -jxf linux-2.6.18.1-source-patched_sfs_log_via.tar.bz2
cd linux-2.6.18.1
make clean
make mrproper
rm -f .config
cp DOTconfig-K2.6.18.1-19OCT06 .config
#now is a good time for additional patches
make gconfig #Make config changes here
make
make modules
make modules_install