yea run linuxconf
find default boot mode
there are 2 majoir modes in what you are looking for
network and console
or network and graphic
init 3 is the level to boot to
init 5 always gives you kde or gnome
On Sat, 11 Dec 1999, John Aldrich wrote:
> On Fri, 10 Dec 1999, Joe Yoon wrote:
> >
> > P.S. Any way of NOT having KDE automatically start up?
> >
> Sure...go edit your /etc/inittab to change the line that looks like
> this:
>
> id:5:initdefault:
> to look like this:
> id:3:initdefault:
>
> Then you'll boot in console-mode instead of in GUI mode. :-) another
> way to put it is you'll boot to "DOS" instead of to "Windows" :-)
> (figuratively speaking, not literally!)
> John