projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4073502
)
typo
author
Mike Baker
<mbm@openwrt.org>
Tue, 28 Mar 2006 15:18:25 +0000
(15:18 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Tue, 28 Mar 2006 15:18:25 +0000
(15:18 +0000)
SVN-Revision: 3524
openwrt/package/base-files/default/sbin/mount_root
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/sbin/mount_root
b/openwrt/package/base-files/default/sbin/mount_root
index 4d3a0367dea6eb2c8ace987f6aa6e7b0493fb64f..ed7391539634f82ed72c7bf342607d9adb97ca76 100755
(executable)
--- a/
openwrt/package/base-files/default/sbin/mount_root
+++ b/
openwrt/package/base-files/default/sbin/mount_root
@@
-23,7
+23,7
@@
if [ "$1" != "failsafe" -a "$(nvram get no_root_swap)" != 1 ]; then
is_dirty
[ $? != 0 ] && {
mount /dev/mtdblock/4 /jffs
- pivot /rom
+ pivot /
jffs /
rom
} || ramoverlay
fi
fi