projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2877e20
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1126
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
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
8b7ec9a
..
f45eafb
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
}