On Fri, 31 Mar 2000, Richard Jennings wrote:
> My idea of an embedded application is one in which the system boots
> directly into my application. No login prompt, no shell. I've seen it
> mentioned that if my program is named "/bin/init" the kernel will
> execute it immediately after booting. Can someone tell me more about
> running in this manner?
You can execute any program in this way. Try to add
init=/bin/bash
to your boot (LILO) options (append="init=/bin/bash")
--
Tomek
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.