#!/bin/bash
cd /usr/src/linux-2.6.25.16-0.1
wget http://public.vicidial.com/conf/2.6.25.16-0.1.config
make clean
mv -f 2.6.25.16-0.1.config .config
make -j3
make modules
make modules_install
make install
sed 's/default 1/default 0/' /boot/grub/menu.lst > /boot/grub/menu.lst.new
mv -f /boot/grub/menu.lst.new /boot/grub/menu.lst
