The "passwd" file is where it can get interesting. If you want to create a single-purpose boot disk, you can limit what happens at a login by setting up the shell (/bin/sh here) to be whatever program you want. You can even set it up to be the command "poweroff" to give root a rude surprise at login.

The "rcStart" code section creates an "rcS" script that does nothing more than say "Welcome to Linux!". What COULD have been put here is a line that would run any other program you want to happen automatically. But why stop at one line? You could write a full-blown script and invoke any number of programs.