#!/bin/sh
/usr/local/sbin/remountrw
cd /
/bin/tar *upgrade.tar.gz
/bin/echo
/bin/echo "If everything went fine you may remove this script"
/bin/echo "the upgrade file and also check which files you no"
/bin/echo "longer need under the /boot and /lib/modules directories"
/bin/echo "For switching kernels make sute vmlinuz and System.map"
/bin/echo "point to the right files.  Finnaly don't forget to issue"
/bin/echo "lilo for the new kernel and then a remounto and reboot"
