Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Booting up without X
Date: Tue, 18 Dec 2007 19:23:32
Message-Id: 20071218191539.4c20b15b@loonquawl.digimed.co.uk
In Reply to: Re: [gentoo-user] Booting up without X by Albert Hopkins
1 On Tue, 18 Dec 2007 10:32:26 -0600, Albert Hopkins wrote:
2
3 > 1. Create a new runlevel, say "nox" and just don't put xdm in the
4 > runlevel. The drawback to this is you have to maintain another
5 > runlevel.
6
7 I have this in /etc/conf.d/local.stop to keep my text runlevel in line
8 with default
9
10 cd /etc/runlevels/default
11 rm -f ../text/*
12 for i in * ; do
13 ln -s ../default/$i ../text/$i
14 rm -f ../text/{xdm,vmware}
15 done
16
17
18 --
19 Neil Bothwick
20
21 Weird enough for government work.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Booting up without X Yahya Mohammad <mfyahya@×××××.com>