#2953: How to change initdefault to 5 when installing GDM
-------------------------+--------------------------------------------------
 Reporter:  bambi        |       Owner:  blfs-b...@…                   
     Type:  enhancement  |      Status:  new                           
 Priority:  normal       |   Milestone:  6.5                           
Component:  BOOK         |     Version:  SVN                           
 Severity:  normal       |    Keywords:                                
-------------------------+--------------------------------------------------
 The current SVN says to do the following to change the default runlevel:

 mv /etc/inittab /etc/inittab.org &&
 sed s/id:3:initdefault:/id:5:initdefault:/g /etc/inittab.org > \
 /etc/inittab &&
 rm /etc/inittab.org

 To be more consistent with the rest of the book (and neater), I suggest to
 change this to:

 sed -i 's/id:3:initdefault:/id:5:initdefault:/' /etc/inittab

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/2953>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to