base-files: show boot state on intramfs images
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Mar 2010 19:19:21 +0000 (19:19 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 18 Mar 2010 19:19:21 +0000 (19:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20289 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic-2.6/base-files/init

index a3387eb..9e8ba7c 100755 (executable)
@@ -5,6 +5,9 @@ INITRAMFS=1
 
 . /etc/preinit
 
+set_state init
+echo "- init -"
+
 # if we have no root parameter, just go to running from ramfs
 [ -z $rootfs ] && {
   export NOMOUNT="No Root"
@@ -76,3 +79,5 @@ mount -o move /sys /mnt/sys
 mount none /tmp -t tmpfs
 killall -q hotplug2
 exec switch_root -c /dev/console /mnt /sbin/init
+
+set_state done