diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-13 14:24:58 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-13 14:24:58 +0000 |
commit | d84ff5d6093899dfec2e6291618feeb992481a99 (patch) | |
tree | f09bcaf2373758edbf71c7cb835bf71f342c7e14 /package/base-files | |
parent | 4dcaf45c4d231a4b4e4da4fb37d74dfc6c693a30 (diff) |
fix jffs2 and mini_fo mount in failsafe (patch from #7134)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20838 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rwxr-xr-x | package/base-files/files/sbin/mount_root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root index 033dfda29f..2d73dac53f 100755 --- a/package/base-files/files/sbin/mount_root +++ b/package/base-files/files/sbin/mount_root @@ -23,4 +23,4 @@ preinit_echo() { echo "$@" } -boot_run_hook mount_root +boot_run_hook preinit_mount_root |