Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284688 - In section "Choosing the Right Profile" why not use profile-config
Summary: In section "Choosing the Right Profile" why not use profile-config
Status: RESOLVED DUPLICATE of bug 234310
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-12 12:49 UTC by Niklas Johansson
Modified: 2009-09-12 18:12 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Niklas Johansson 2009-09-12 12:49:31 UTC
In section "Choosing the Right Profile" why not use profile-config instead of the current suggestion

ln -snf /usr/portage/profiles/<profile name> /etc/make.profile


Reproducible: Always
Comment 1 nm (RETIRED) gentoo-dev 2009-09-12 17:25:02 UTC
You shouldn't be using profile-config anyway; you should be using the eselect script that calls it with the proper options:

# eselect profile list
# eselect profile set 3

Anyway, this bug is a duplicate of one we already have; please search before adding new bugs to the database.

*** This bug has been marked as a duplicate of bug 234310 ***
Comment 2 Ulrich Müller gentoo-dev 2009-09-12 18:12:44 UTC
(In reply to comment #1)
> You shouldn't be using profile-config anyway; you should be using the
> eselect script that calls it with the proper options:

"profile-config" is a symlink to eselect nowadays and should be completely equivalent to "eselect profile".