I have been looking at Nicolas Pitre's RAM Disk...

I am trying to figure out what is the best way boot up without a login
process.
Yet I want to start several applications at boot time.

Looking at inittab:


# The default runlevel.
id:3:initdefault:

# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/rc.d/rc.sysinit

# What to do in single-user mode.
~~:S:wait:/sbin/sulogin


I thought if I changed the default run level to single user I could by
pass the login. However, it still gives me a login prompt. (I also
commented out the sulogin line)


I have another RAM Disk that I do not have an init process so I just
start /bin/sh -> bash

In this case I do not have the ability to start other applications. I
suppose I could have /bin/sh point to script. However, that does not
seem like the right thing to do.

Any thoughts

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm

Reply via email to