◄ 
▲ 
► |
|
The inittab file is not technically required here. The BusyBox program handles all init functions, and it will perform all the default commented lines you see here if there is no inittab file. Unfortunately, it won't mount proc and it won't remount the root filesystem as read/write. Without those two actions, you can't do anything interesting. So really, you're going to need an inittab file like this. Take note of the last entry specified for the "sysinit" action - I run a script called "/etc/init.d/rcS". That's going to run BEFORE anybody logs in.