Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Are runlevels 3 4 5 the same?
Date: Sun, 18 Apr 2010 05:22:35
Message-Id: 4BCA96F4.6070305@gmail.com
In Reply to: [gentoo-user] Are runlevels 3 4 5 the same? by Adam
1 Adam wrote:
2 > I want to choose console or X from grub, so i'm thinking i'll do
3 > something like 'rc-update delete xdm 4' and then pass softlevel=4 to my
4 > grub boot line, to make runlevel 4 a console runlevel. Is that the right
5 > way to do it?
6 >
7 >
8
9 Gentoo doesn't use those runlevels. You need to read this:
10
11 man rc-update
12
13 Gentoo comes with the following runlevels:
14
15 root@smoker ~ # ls /etc/runlevels/
16 total 5
17 drwxr-xr-x 6 root root 152 Jun 11 2008 .
18 drwxr-xr-x 81 root root 4832 Apr 18 00:16 ..
19 drwxr-xr-x 2 root root 368 Jun 11 2008 boot
20 drwxr-xr-x 2 root root 512 Apr 9 20:05 default
21 drwxr-xr-x 2 root root 72 Jun 11 2008 nonetwork
22 root@smoker ~ #
23
24 It generally boots to default. You can change that on the kernel boot
25 line but with one of the above instead of a 4 as you posted.
26
27 Post back if you get stumped along the way.
28
29 Dale
30
31 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Are runlevels 3 4 5 the same? Adam <adam@××××××××××.au>
Re: [gentoo-user] Are runlevels 3 4 5 the same? Alan McKinnon <alan.mckinnon@×××××.com>