fstools: add the new fstools package
[openwrt.git] / package / base-files / files / etc / init.d / done
index 8040766dc2e6f7aef5f16c21565f38571446865d..5565fbf13e7007729b7744a3fa67e13f29a14603 100755 (executable)
@@ -3,11 +3,7 @@
 
 START=95
 boot() {
-       [ -d /tmp/root ] && {
-               lock /tmp/.switch2jffs
-               switch2jffs
-               lock -u /tmp/.switch2jffs
-       }
+       [ -d /tmp/root ] && fs-state done
 
        # process user commands
        [ -f /etc/rc.local ] && {