Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15995 - Need CONFIG_PROTECT="-*" for Stage 3....
Summary: Need CONFIG_PROTECT="-*" for Stage 3....
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Gentoo Linux x86 Installation Guide (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-19 08:23 UTC by Austin W. Dunham V
Modified: 2003-02-19 19:26 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 Austin W. Dunham V 2003-02-19 08:23:23 UTC
In the User Installation Docs, if you jump down to Starting from Stage 2 it 
states: "export CONFIG_PROTECT="-*"
# emerge -p system
	[lists the packages to be installed]
# emerge system
			
 
Note: The export CONFIG_PROTECT="-*" line ensures that any new scripts 
installed to /etc will overwrite the old scripts (stored in sys-
apps/baselayout), bypassing Portage's new config file management support. Type 
emerge --help config for more details."

This same statement should be at the beginning of starting from stage 3, 
assuming another bug about emerge overwriting compiler options you set is 
resolved.  Otherwise you get a number of configuration files that should've 
been updated.

At the end of the install docs should be a reminder that you may want to reset 
CONFIG_PROTECT.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 John Davis (zhen) (RETIRED) gentoo-dev 2003-02-19 19:26:09 UTC
This is actually something that we don't want to do, see bug 14049.