projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
switch to a more reliable mechanism for running firstboot
[openwrt.git]
/
target
/
default
/
target_skeleton
/
etc
/
init.d
/
S10boot
diff --git
a/target/default/target_skeleton/etc/init.d/S10boot
b/target/default/target_skeleton/etc/init.d/S10boot
index
8b7ec9a
..
f45eafb
100755
(executable)
--- a/
target/default/target_skeleton/etc/init.d/S10boot
+++ b/
target/default/target_skeleton/etc/init.d/S10boot
@@
-36,5
+36,5
@@
vconfig set_name_type VLAN_PLUS_VID_NO_PAD
# automagically run firstboot
[ -z "$FAILSAFE" ] && {
- { mount|grep
jffs2
1>&-; } || firstboot
+ { mount|grep
"on / type jffs2"
1>&-; } || firstboot
}
This page took
0.02066 seconds
and
4
git commands to generate.