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 | 986821b28c68844a188d248374c0a3c6aa93eaaf (patch) | |
tree | f09bcaf2373758edbf71c7cb835bf71f342c7e14 /package/base-files/files | |
parent | 8a70f533b7f98f86f6b033e5838364e2ef6aeb4b (diff) | |
download | upstream-986821b28c68844a188d248374c0a3c6aa93eaaf.tar.gz upstream-986821b28c68844a188d248374c0a3c6aa93eaaf.tar.bz2 upstream-986821b28c68844a188d248374c0a3c6aa93eaaf.zip |
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/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 |