kernel 2.6.34.1 now cleans up properly after itself

This commit is contained in:
Mike Staszel 2010-07-06 05:45:32 -07:00
parent 538a511837
commit 6e88facc72

View file

@ -13,10 +13,12 @@ if [ $INSTALLLOCATION -eq 1 ]; then
rm -rf /boot/uImage
/usr/share/plugapps/kernel/README-2.6.34.1 --rootkernel
mv /boot/sheeva-2.6.34.1-uImage /boot/uImage
rm -rf /sheeva-*
fi
if [ $INSTALLLOCATION -eq 2 ]; then
/usr/share/plugapps/kernel/README-2.6.34.1 --nandkernel
rm -rf /sheeva-*
fi
}