On Tue, 2007-06-12 at 10:54 +0800, Edwin Lee wrote:
> Hi all,
> i just installed FC7 using boot.iso and grabbing the remaining packages via
> HTTP. When it boots, it would boot to the command line, and i have to login 
> and
> execute "startx" to get to Gnome.
> How can i configure it to boot straight to GDM instead of the command line?
> Thanks and Regards,
> Edwin

Try this

Log into your system as root and do the following:

The following makes a backup first, in case we make any errors
        # cp -a /etc/inittab /etc/inittab.original
        
Now we change the file
        # sed -i [EMAIL PROTECTED]:3:initdefault:@id:5:initdefault:@g 
/etc/inittab

Now we check and make sure
        # cat /etc/inittab | grep id | grep initdefault

You should see a line something like the following
        id:5:initdefault:

That should be fine. 

Once you reboot your machine, it should come up with GDM instead of the
command line.


_______________________________________________
Slugnet mailing list
[email protected]
http://www.lugs.org.sg/mailman/listinfo/slugnet

Reply via email to