#
# linux.bin.sh
#
# Copy the new kernel and directories
#
#
# 07-Dec-03 amo Create a binary linux-2.4.23-ow1.bin.tgz file
# 30-Oct-05 amo Cleanup for linux-2.4.31.i586
#
#
#
cd /usr/local/src/Kernel
#
#
new.tar zcvf linux-2.4.31.i586.tgz linux-2.4.31* /lib/modules/*2.4.31* /boot/*2.4.31* linux.bin.sh
#
#
#
# End of file

