diff --git a/core/kernel26-withlinux/kernel26-withlinux.install b/core/kernel26-withlinux/kernel26-withlinux.install index 588843843..77e933df5 100644 --- a/core/kernel26-withlinux/kernel26-withlinux.install +++ b/core/kernel26-withlinux/kernel26-withlinux.install @@ -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 }