According to Michael Stearne: While burning my CPU.
> 
> I have two questions.  First, where is the login message prompt kept?
> Like:
> 
> Redhat 5.0 (Hurricane)
> Kernel 2.0.32
> login:
> 
> Can I change this (as root)?
> 
> Secondly how can I set it up so X windows starts on boot and instead of
> any text I get a login prompt from X windows.  If this is possible how
> can I customize THAT message or screen?

I did not see an answer to the X part of your question so here goes.

With "Redhat systems", i say redhat because slackware is different, you
need to edit /etc/inittab as follows;

change
id:3:initdefault:
to
id:5:initdefault:

Make sure you have the following at the end of the file.

# Run xdm in runlevel 5
x:5:respawn:/usr/bin/X11/xdm -nodaemon

You may want to check and make sure all the daemons which you start in
runlevel 3 (/etc/rc.d/rc3.d) are started in runlevel 5, (/etc/rc.d/rc5.d).
If you see deamons in runlevel 5 which you dont want, just remove the
symbolic links.


> 
> Thanks,
> Michael Stearne
> 
> 


-- 
Regards Richard.
[EMAIL PROTECTED]

Reply via email to