X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric-2.6%2Fbase-files%2Finit;h=9e8ba7c5eb0c3f2809d0afb8b4ffcab39011f3da;hb=21b59db865e5adaf40045acca48b54043798fa04;hp=45328384e98bbb7a976c25c79fedd1136bd558d8;hpb=16ddb9350ab127ce50cb52211c7f361bd98a9367;p=openwrt-10.03%2F.git diff --git a/target/linux/generic-2.6/base-files/init b/target/linux/generic-2.6/base-files/init index 45328384e..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" @@ -74,4 +77,7 @@ mount -o move /dev/pts /mnt/dev/pts mount -o move /tmp /mnt/tmp 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