1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:14:05 +02:00

switch to a more reliable mechanism for running firstboot

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1126 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm 2005-06-01 08:30:05 +00:00
parent 7b28f49534
commit 5938f21d9b

View File

@ -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
}