Gentoo Archives: gentoo-user

From: Willie Wong <wwong@××××××××××××××.edu>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] chicken <--> egg (NFS & tty video)
Date: Sat, 14 May 2011 15:38:06
Message-Id: 20110514153629.GA3152@math.princeton.edu
In Reply to: Re: [gentoo-user] chicken <--> egg (NFS & tty video) by Felix Miata
1 On Sat, May 14, 2011 at 11:07:33AM -0400, Felix Miata wrote:
2 > Does [1] default/linux/x86/10.0 from 'eselect profile list' amount
3 > to a "minimal" install (no X)? If so, is there any reason not to
4 > switch to it instead of setting -vlc, and then later when actually
5 > ready to enable X, switching back to kde?
6
7 There's no big harm, except that you may end up rebuilding a bunch of
8 packages. One way to get a lot of hands-on control on precisely what
9 USE you want it via the "-*" flag. But be VERY careful if you are
10 going to use it. A USE variable set in /etc/make.conf starting with it
11
12 USE="-* X vim ..."
13
14 will use nothing but those variables (plus the package specific ones
15 specified in /etc/portage). There are certain flags that you most
16 likely don't want to turn off: cxx, posix, and threads for example.
17
18 It is a powerful tool; which means you can also seriously hurt
19 yourself from it.
20
21 Note that the profiles are not "only if" things. You can still run
22 the KDE desktop without being on the KDE profile. You should think of
23 the profile as a default bundle that the developers think you may like
24 if you want to use KDE. You can of course completely customise it just
25 from the default/linux/x86/10.0 profile. So if you start your system
26 on this profile, and build it up to your liking, there's no need to
27 switch over to the KDE profile.
28
29 >
30 > What is the [7] hardened/linux/x86 profile, or better yet, the
31 > incantation to get descriptions descriptions of all the available
32 > targets?
33
34 hardened is maintained by the gentoo hardened project
35 http://www.gentoo.org/proj/en/hardened/
36
37 If this is a desktop you probably don't want to use it. And SELinux
38 you can just google to find out.
39
40 W
41
42 --
43 Willie W. Wong wwong@××××××××××××××.edu
44 Data aequatione quotcunque fluentes quantitae involvente fluxiones invenire
45 et vice versa ~~~ I. Newton

Replies

Subject Author
Re: [gentoo-user] chicken <--> egg (NFS & tty video) William Hubbs <williamh@g.o>