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:
f727e40
)
fix typo
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 22 Jan 2006 23:37:44 +0000
(23:37 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 22 Jan 2006 23:37:44 +0000
(23:37 +0000)
SVN-Revision: 3037
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 9229c9928ab431d8599943136ef7bc244123198b..88a233662dcdbfb0c3e7b28b98ef67d5974e6d92 100755
(executable)
--- a/
openwrt/package/base-files/default/sbin/mount_root
+++ b/
openwrt/package/base-files/default/sbin/mount_root
@@
-28,7
+28,7
@@
if [ "$1" != "failsafe" ]; then
pivot_root /jffs /jffs/rom
mount none /proc -t proc
mount none /dev -t devfs
- umount /rom/proc rom/dev >&-
+ umount /rom/proc
/
rom/dev >&-
fi
fi
fi