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:
cd8d65a
)
remove redundant check
author
Mike Baker
<mbm@openwrt.org>
Tue, 7 Nov 2006 05:09:30 +0000
(
05:09
+0000)
committer
Mike Baker
<mbm@openwrt.org>
Tue, 7 Nov 2006 05:09:30 +0000
(
05:09
+0000)
SVN-Revision: 5459
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 58b70d6647d14650849d065ea4e18ef8ff6e014d..0ca8f623474314e49a15567b46411e0959d24062 100755
(executable)
--- a/
openwrt/package/base-files/default/sbin/mount_root
+++ b/
openwrt/package/base-files/default/sbin/mount_root
@@
-9,7
+9,6
@@
if [ "$1" != "failsafe" -a "$(nvram get no_root_swap)" != 1 ]; then
mtd unlock linux
mount | grep jffs2 >&-
if [ $? = 0 ] ; then
- grep "mini_fo" /proc/filesystems >&- ||
mount -o remount,rw /dev/root /
else
. /bin/firstboot