Page 1 of 1

[SOLVED] startup

Posted: Tue Jul 24, 2012 1:53 pm
by jesica
so I am starting LMDE server

how to i change init for my server to startup in cli mode

and what is the best way to partition a server

Re: startup

Posted: Tue Jul 24, 2012 2:35 pm
by DrHu
I think the login program for LMDE is MDM, so simply don't run that service on logon, thereby bypassing the xserver startup..
--should be simple to find under services running..

Code: Select all

sudo service mdm stop
--while in a console/terminal..
But you probably have to prevent it starting, so service control might allow that..

Re: startup

Posted: Tue Jul 24, 2012 2:37 pm
by jesica
thanks for the advice