move firstboot from S99done to S10boot
[openwrt.git] / openwrt / target / default / target_skeleton / etc / init.d / S99done
index 8811e99..70eef46 100755 (executable)
@@ -1,7 +1,3 @@
 #!/bin/sh
-# automagically run firstboot
-[ -z "$FAILSAFE" ] && {
-       { mount | grep jffs2 1>&-; } || firstboot
-}
 # set leds to normal state
 echo "0x00" > /proc/sys/diag
This page took 0.024527 seconds and 4 git commands to generate.