diff options
author | John Crispin <blogic@openwrt.org> | 2014-03-12 19:32:51 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-03-12 19:32:51 +0000 |
commit | 2b77148377660a48e047f0ef626ca16c8df286fe (patch) | |
tree | 3f37e0752f9e67f7620b9dae11be8a5259e029c0 /package/base-files/files/lib/preinit/80_mount_root | |
parent | 3b45a0d59f2236ba21f7671b4416b01e5b1b82a8 (diff) | |
download | upstream-2b77148377660a48e047f0ef626ca16c8df286fe.tar.gz upstream-2b77148377660a48e047f0ef626ca16c8df286fe.tar.bz2 upstream-2b77148377660a48e047f0ef626ca16c8df286fe.zip |
fstools: add the new fstools package
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39895 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/lib/preinit/80_mount_root')
-rw-r--r-- | package/base-files/files/lib/preinit/80_mount_root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/lib/preinit/80_mount_root b/package/base-files/files/lib/preinit/80_mount_root index 0292d82d4a..40c5146c58 100644 --- a/package/base-files/files/lib/preinit/80_mount_root +++ b/package/base-files/files/lib/preinit/80_mount_root @@ -3,7 +3,7 @@ # Copyright (C) 2010 Vertical Communications do_mount_root() { - mount_root + fs-state start boot_run_hook preinit_mount_root [ -f /sysupgrade.tgz ] && { echo "- config restore -" |