diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-04-13 14:24:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-04-13 14:24:58 +0000 |
commit | c82bcb2a296849294555b07a127454f77fd02b27 (patch) | |
tree | f3bbf671d769de5430a177e6eede05ef9183d480 /package | |
parent | 43ee14563cf3838f8be67d2a486a114ecbea9fd7 (diff) | |
download | upstream-c82bcb2a296849294555b07a127454f77fd02b27.tar.gz upstream-c82bcb2a296849294555b07a127454f77fd02b27.tar.bz2 upstream-c82bcb2a296849294555b07a127454f77fd02b27.zip |
fix jffs2 and mini_fo mount in failsafe (patch from #7134)
SVN-Revision: 20838
Diffstat (limited to 'package')
-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 |