diff --git a/NeoBoot/files/userscript.sh b/NeoBoot/files/userscript.sh index ae7f33f..543ae0f 100644 --- a/NeoBoot/files/userscript.sh +++ b/NeoBoot/files/userscript.sh @@ -37,6 +37,12 @@ else fi fi +if [ -f /STARTUP ] ; then + rm -r /STARTU* +fi +if [ -f /zImage ] ; then + rm -r /zImage +fi if [ -f /%1 ] ; then rm -f /%1 fi