Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#2953 closed enhancement (fixed)

How to change initdefault to 5 when installing GDM

Reported by: Lars Bamberger Owned by: Wayne Blaszczyk
Priority: normal Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

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

Change History (3)

comment:1 by Wayne Blaszczyk, 15 years ago

Owner: changed from blfs-book@… to Wayne Blaszczyk
Status: newassigned

comment:2 by Wayne Blaszczyk, 15 years ago

Resolution: fixed
Status: assignedclosed

Made the change.

comment:3 by (none), 13 years ago

Milestone: 6.5

Milestone 6.5 deleted

Note: See TracTickets for help on using tickets.