#
# script too remind me how too build a kernel
#

#
# First configure it using sane ncurser colours
#
make MENUCONFIG_COLOR=blackbg menuconfig

#
# pause long enough too allow a few ctrl c's if there was a problem
#
echo "Pausing two minutes press ctrl C too abort pause or just wait it out"
sleep 120
#cp .version.0 .version
#
# Now compile kernel nicely so it doesn't grind the system too a halt
#
nice -20 make-kpkg --rootcmd fakeroot kernel_image

#
# Play a tune too let me know it's finished
#
/usr/bin/ogg123 /home/ftp/pub/sound/Everywhere.ogg
#
# End of buildkernel.sh
#
