View Single Post
Old 10-23-2005, 08:30 AM   #2 (permalink)
redzone
Junior Member
 
Join Date: Jul 2005
Posts: 13
Default

Okay I have done this with rh9 but not fc so try if you wish and let us know if it works.

Before you do anything be aware that you are about to change a key configuration file on your system. Before you change this file you might want to make a backup of it because If this file gets corrupted your system may not boot up correctly.

As root, go to the directory /etc and open inittab with a text editor like vim. You will have to be root to change this file so use care. In this file you may see this at the beginning:
Code:
# # inittab This file describes how the INIT process should set up # the system in a certain run-level. # Default runlevel. The runlevels used by RHS are: # 0 - halt (Do NOT set initdefault to this) # 1 - Single user mode # 2 - Multiuser, without NFS (The same as 3, if you do not have networking) # 3 - Full multiuser mode # 4 - unused # 5 - X11 # 6 - reboot (Do NOT set initdefault to this) # id:5:initdefault:
the line that needs changes is this: id:5:initdefault:
change it to this:
id:3:initdefault:
just change the 5 to a 3 and nothing else - - be sure that is all you change and the next boot up you will be presented with a command line login.

cheers
redzone is offline   Reply With Quote
Sponsored Links