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:
d23707b
)
switch to a more reliable mechanism for running firstboot
author
Mike Baker
<mbm@openwrt.org>
Wed, 1 Jun 2005 08:30:05 +0000
(08:30 +0000)
committer
Mike Baker
<mbm@openwrt.org>
Wed, 1 Jun 2005 08:30:05 +0000
(08:30 +0000)
SVN-Revision: 1126
openwrt/target/default/target_skeleton/etc/init.d/S10boot
patch
|
blob
|
history
diff --git
a/openwrt/target/default/target_skeleton/etc/init.d/S10boot
b/openwrt/target/default/target_skeleton/etc/init.d/S10boot
index 8b7ec9a770227004eb4d4d9ea9855ab7fc7052ac..f45eafb1e7096f8ac1439f0f13fd6e2d5db6a3df 100755
(executable)
--- a/
openwrt/target/default/target_skeleton/etc/init.d/S10boot
+++ b/
openwrt/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
}