View Single Post
  #4 (permalink)  
Old 07-06-2007, 02:22 AM
tom tom is offline
Contributors
User
 
Join Date: Jun 2005
Location: London, UK
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 5
tom is on a distinguished road
Default

vivek is correct, there is no /etc/inittab file and /etc/event.d/rc-default is default upstart config file. After above modification type the command
Code:
sudo apt-get install rcconf
sudo rcconf
Turn off GDM or Gnome and save change and reboot the system. Rcconf allows you to control which services are started when the system boots up or reboots. It displays a menu of all the services which could be started at boot. The ones that are configured to do so are marked and you can toggle individual services on and off. So you will be dropped into text mode and no GUI.
Reply With Quote