aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/lib/preinit/80_mount_root
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-04-07 15:10:15 +0000
committerJohn Crispin <john@openwrt.org>2014-04-07 15:10:15 +0000
commit1d5ac958504df256ed307af56b0bdf5113096bd2 (patch)
tree714d397f63d1ce3c82ef2752908cbf7d0333ba4f /package/base-files/files/lib/preinit/80_mount_root
parenteb19a65bd2276aaf7aa7a9b33d4047022d2832fc (diff)
downloadupstream-1d5ac958504df256ed307af56b0bdf5113096bd2.tar.gz
upstream-1d5ac958504df256ed307af56b0bdf5113096bd2.tar.bz2
upstream-1d5ac958504df256ed307af56b0bdf5113096bd2.zip
base-files: make use of new fstools
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 40416
Diffstat (limited to 'package/base-files/files/lib/preinit/80_mount_root')
-rw-r--r--package/base-files/files/lib/preinit/80_mount_root2
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 40c5146c58..0292d82d4a 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() {
- fs-state start
+ mount_root
boot_run_hook preinit_mount_root
[ -f /sysupgrade.tgz ] && {
echo "- config restore -"