2010年3月27日 星期六

Ubuntu: Disable GDM

Here is an elegant way to disable GDM in Ubuntu

(as root) update-rc.d -f gdm remove

If you want it back:

(as root) update-rc.d -f gdm defaults