projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add nvram.sh to all startup scripts, no errors on wgt634u
[openwrt.git]
/
package
/
base-files
/
default
/
sbin
/
mount_root
diff --git
a/package/base-files/default/sbin/mount_root
b/package/base-files/default/sbin/mount_root
index
29c5126
..
ae78ee4
100755
(executable)
--- a/
package/base-files/default/sbin/mount_root
+++ b/
package/base-files/default/sbin/mount_root
@@
-1,4
+1,5
@@
#!/bin/sh
+. /etc/nvram.sh
if [ "$1" != "failsafe" ]; then
mount | grep jffs2 >&-
if [ $? = 0 ] ; then
This page took
0.02904 seconds
and
4
git commands to generate.