Archive for April 23rd, 2009
Disabling Fedora 10 Color Boot
by z3n on Apr.23, 2009, under Linux Happyness
Problem:
This new fedora don’t show the boot process by default, by boot process i mean the loading of the services and other stuff that could be usefull if you fall on a error.
Solution:
vi /etc/sysconfig/init
change:
BOOTUP=color
to
BOOTUP=verbose
Disabling Fedora 10 Graphical boot
by z3n on Apr.23, 2009, under Linux Happyness
Problem:
Fedora’s graphical login is not good when you don’t have a mouse to click the buttons.
Solution:
vi /etc/inittab
change id:5:initdefault:
to id:3:initdefault:
Source: