diff options
author | John Crispin <john@openwrt.org> | 2014-03-12 19:32:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-03-12 19:32:51 +0000 |
commit | 0dc9d8d6ffcdbdfda2723676f6ffc825a48a18b7 (patch) | |
tree | 0e723f844a2516729ec4ce71273b0e4480d73107 /package/base-files/files/etc/init.d | |
parent | 8411a5703f449a929623b7c41ba8b216685e8018 (diff) | |
download | upstream-0dc9d8d6ffcdbdfda2723676f6ffc825a48a18b7.tar.gz upstream-0dc9d8d6ffcdbdfda2723676f6ffc825a48a18b7.tar.bz2 upstream-0dc9d8d6ffcdbdfda2723676f6ffc825a48a18b7.zip |
fstools: add the new fstools package
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39895
Diffstat (limited to 'package/base-files/files/etc/init.d')
-rwxr-xr-x | package/base-files/files/etc/init.d/done | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/base-files/files/etc/init.d/done b/package/base-files/files/etc/init.d/done index 8040766dc2..5565fbf13e 100755 --- a/package/base-files/files/etc/init.d/done +++ b/package/base-files/files/etc/init.d/done @@ -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 ] && { |