Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 101855 - Part missing, rm /etc/conf.d/net before emerge baselayout
Summary: Part missing, rm /etc/conf.d/net before emerge baselayout
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Quick Start Guide (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Docs Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-09 06:16 UTC by Thomas van Kampen
Modified: 2005-08-10 09:00 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 Thomas van Kampen 2005-08-09 06:16:40 UTC
Hello.

I think there's a part missing in the x86 quick install guide found here:
http://www.gentoo.org/doc/en/gentoo-x86-quickinstall.xml

In the installation handbook before you `CONFIG_PROTECT="-*" emerge baselayout`
you need to `rm /etc/conf.d/net`, which is not noted in the quick install guide.
I found that if you actually do not remove that file, the old one is preserved,
which might cause compatibility problems.

Reproducible: Always
Steps to Reproduce:
1. Follow the quick x86 install guide until `CONFIG_PROTECT="-*" emerge baselayout`.
2. Review /etc/conf.d/net
3. `CONFIG_PROTECT="-*" emerge baselayout`
4. Review /etc/conf.d/net again it's still the same
Actual Results:  
The /etc/conf.d/net file stayed the same while it should have been replaced.

Expected Results:  
The /etc/conf.d/net file should have been replaced.

I'm not sure if the same steps should happen as in the much bigger handbook, but
if that's the case, this line should definitly be added. It's not a big deal
because the new net file is empty anyway, but people could get confused and use
the old one, causing problems.
Comment 1 Xavier Neys (RETIRED) gentoo-dev 2005-08-10 09:00:28 UTC
You're right, it should have been there, but now that 2005.1 is out, users do
not need to update baselayout anymore. Quick install guide has been updated
accordingly.
Thanks for reporting.