On Fri, 28 Jun 2002, dan wrote:

> I am trying to work out how to configure my Linux box to boot up in console
> mode rather than load up X Windows (KDE).  Is this something to do with the
> runlevels?  If so then does anyone know how I permanently set this?
>
> Can anyone point me in the right direction?

Since you're running SuSE, do this as root

cd /etc

edit the file rc.config

Find the line whichr eads

CHECK_INITTAB="yes"

Change it to read

CHECK_INITTAB="no"

Save the file.

Then edit the file inittab - also in the /etc directory

find the line which reads

id:5:initdefault:

Change this to read

id:3:initdefault

Save the file.

Then type

SuSEconfig

as root, and let it do its thing.

Viola. Shutdown, reboot, and you should come up in console mode instead of
X.

DaZZa

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to