Terry, > Rob wrote: > On Wed, 2003-10-29 at 19:48, Terry Spaulding wrote: > > Linux List: > > > > Can someone point me to the doc on how to setup SuSE SLES7 to come up and > > already be logged on as root user ? > > Change the sulogin in /etc/inittab into /bin/bash > > Rob
Do the folllowing in /etc/inittab: < ~~:S:respawn:/bin/sh < 1:1235:respawn:/bin/sh --login < ca::ctrlaltdel:/sbin/shutdown -h now The last line shuts down the system (SLES 7 and SLES 8) on a SIGNAL SHUTDOWN. Please note that /proc/sys/kernel/ctrl-alt-del must be 0, otherwise a SIGNAL SHUTDOWN will do reboot. To check if your kernel level reacts on a SIGNAL SHUTDOWN, issue a QUERY SIGNALS command from a class B user. Ronald van der Laan.
