Hi,
I've read somewhere that the `exec` command in init isn't actually
implemented, so you may need to edit the source code for this to work.
If you don't want the program to block the init loading, you can use a
service instead.
chmod 777 /data/busybox
insmod /data/t.ko
start a
start b
service a /data/busybox mdev -s
oneshot
disabled
service b /data/hello
oneshot
disabled
Good luck,
Alvin Wong