◄  ▲  ► |
After I type my first "ls" command, you'll see all the folders I created as well as a link from linuxrc to /bin/busybox. We don't need an linuxrc file because BusyBox handles it all. Of course, you could always replace this link with a real linuxrc startup script.
When I run the ls command on the /bin folder, you might be quick enough to see there is only one real file in there - busybox. Everything else is a link to busybox.
When I run my final "poweroff" command, you have to realize that it's actually BusyBox doing all the poweroff magic. I'm not sure about the final "init" kernel panic after power off. Maybe its because there really is no init program. It's really BusyBox masquerading as init. And when busybox decides to terminate after the power off message, the kernel decides it isn't happy.