summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-18 19:19:21 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-18 19:19:21 +0000
commit56f1be7e5c2c5851404fee9a74d9a04e7e975b00 (patch)
treecc472c9fac91b27092892e9d6b20eb1ef7172a4d /target
parentb1704a799d743388d45be6aef04ec57909aa73c4 (diff)
base-files: show boot state on intramfs images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20289 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rwxr-xr-xtarget/linux/generic-2.6/base-files/init5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/base-files/init b/target/linux/generic-2.6/base-files/init
index a3387eb10..9e8ba7c5e 100755
--- a/target/linux/generic-2.6/base-files/init
+++ b/target/linux/generic-2.6/base-files/init
@@ -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