Turn on/off GUI at startup on Linux
Someone asked me today about shutting off the GDM at boot. To enable/disable GUI at startup. You just have to change the default run-level at startup. Edit the file /etc/inittab and change the line to enable the GUI:
id:5:initdefault:
To disable it:
id:3:initdefault:
0 comments:
Post a Comment