How can I disable x server from starting up on Fedora 17? In older versions the user should edit /etc/inittab but in this version (I don't checked this on previous versions) Fedora uses some other mechanisms to do that.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|
From the manual online:
So...
To switch back:
You will still get the graphical boot splash. To remove the boot splash, remove "rhgb" from /etc/default/grub...
and then run grub2-mkconfig...
To solve the missing "True" font bug: Change every occurrence of the word, True, with latarcyrheb-sun16 or latarcyrheb-sun32 in these files:
and then run grub2-mkconfig...
|
|||||||||
|
|
Fedora uses systemd for maintaining runlevels
|
||||
|
|
