Posts: 8
LaneLester
Joined: 21 Feb 2010
#1
In another thread, I realized that this subject is appropriate for what I want to do.

How should I edit the antiX menu.lst stanza so that Slim will not start and I will be able to log on in the console?

Lane
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#2
Just add the number 3 to the end of the kernel line.

At the console mode you can login as root but not through slim (unless there's some hack for that).
From the console to get into slim you type either

Code: Select all

init 5
or

Code: Select all

/etc/init.d/slim start
Posts: 8
LaneLester
Joined: 21 Feb 2010
#3
Thanks, that works very well. I have to log in twice, but that's fine.

After I log in at the console and type either"init 5" or"slim" (evidently in the PATH), the slim logon screen comes up. But this time it lets me use root as the user.

Lane