HD Install :: after HDinstall - lilo args for text only?
I'm not sure if this is the place to post this, but here goes:
On the live CD, dsl 2 lets me boot text only.
I have a mini-itx mobo with flakey video support, and I need only access it remotely once in a while, so I'd like to have it boot text only once I've installed DSL.
Are there simple changes I can make to the /etc/lilo.conf after the hdinstall that will allow this, or do I need to fiddle with the init scripts?
Thanks for any help,
Mark
I have tried this with dsl yet, but try changing the /etc/inittab file. There will be a line that says this->
id:5:initdefault:
Change that to this->
id:3:initdefault:
I hope this helps
i just tried this and it doesn't work. I will work on this as I would like this feature as well.
I figured it out. Each user has a .bash_profile file in their home dir. Comment the if statement "if [ -z "$SSH" ]; then startx; fi". This will logon the user with loading X. You do have to edit each user though.
HTH
original here.