Updated to new upstream release (v1.3.14)
[openwrt.git] / openwrt / target / default / target_skeleton / etc / init.d / S10boot
index 8b7ec9a..f45eafb 100755 (executable)
@@ -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.018983 seconds and 4 git commands to generate.