move firstboot from S99done to S10boot
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Apr 2005 21:20:56 +0000 (21:20 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 3 Apr 2005 21:20:56 +0000 (21:20 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@549 3c298f89-4303-0410-b956-a3cf2f4a3e73

openwrt/target/default/target_skeleton/etc/init.d/S10boot
openwrt/target/default/target_skeleton/etc/init.d/S99done

index 1a36583..e1f47ba 100755 (executable)
@@ -35,3 +35,8 @@ HOSTNAME=${HOSTNAME%%.*}
 echo ${HOSTNAME:=OpenWrt} > /proc/sys/kernel/hostname
 
 vconfig set_name_type VLAN_PLUS_VID_NO_PAD
+
+# automagically run firstboot
+[ -z "$FAILSAFE" ] && {
+       { mount | grep jffs2 1>&-; } || firstboot
+}
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