1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

switch to a more reliable mechanism for running firstboot

SVN-Revision: 1126
This commit is contained in:
Mike Baker 2005-06-01 08:30:05 +00:00
parent d23707baef
commit f9e189a014

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