Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494514 - /etc/conf.d/net doesn't exist but is used in the handbook
Summary: /etc/conf.d/net doesn't exist but is used in the handbook
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-17 09:29 UTC by Pavel Šimerda
Modified: 2013-12-17 11:52 UTC (History)
1 user (show)

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 Pavel Šimerda 2013-12-17 09:29:00 UTC
See:

http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=8

Citation:

Code Listing 2.2: Setting the domainname

# nano -w /etc/conf.d/net

(Set the dns_domain variable to your domain name)
dns_domain_lo="homenetwork"

Note: If you choose not to set a domainname, you can get rid of the "This is hostname.(none)" messages at your login screen by editing /etc/issue. Just delete the string .\O from that file.

If you have a NIS domain (if you don't know what that is, then you don't have one), you need to define that one too:

Code Listing 2.3: Setting the NIS domainname

# nano -w /etc/conf.d/net

(Set the nis_domain variable to your NIS domain name)
nis_domain_lo="my-nisdomain"

Problem:

The file doesn't exist, at least not at this stage of the installation.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2013-12-17 11:52:14 UTC
Thanks, fixed in CVS, should show up on the site in an hour or so.