#!/bin/bash
#make mrproper
make oldconfig
make dep
make bzImage
make modules
make modules_install
cp -f ./System.map /boot/System.map-2.4.21pre5-r1
cp -f ./arch/i386/boot/bzImage /boot/vmlinuz-2.4.21pre5-r1
#/sbin/lilo

