base-file: remove /tmp/.jail (now useless)
[openwrt.git] / package / base-files / files / etc / init.d / done
index b254aff..374353a 100755 (executable)
@@ -3,7 +3,8 @@
 
 START=95
 boot() {
-       [ -d /tmp/root ] && mount_root done
+       mount_root done
+       rm -f /sysupgrade.tgz
 
        # process user commands
        [ -f /etc/rc.local ] && {