Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 372219 - Code Listing 2.8: Adding net.eth0 to the default runlevel
Summary: Code Listing 2.8: Adding net.eth0 to the default runlevel
Status: RESOLVED DUPLICATE of bug 213988
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Installation Handbook (show other bugs)
Hardware: x86 Linux
: Normal minor (vote)
Assignee: Docs Team
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-19 00:16 UTC by Jean-Claude Gervais
Modified: 2011-06-19 03:23 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 Jean-Claude Gervais 2011-06-19 00:16:15 UTC
The user is directed to add the network device before it exists.

The instructions following that -
Code Listing 2.9: Creating extra initscripts

Should probably come first since they can be used to create the missing device.

Reproducible: Always

Steps to Reproduce:
Partition a hard-disk and install Gentoo following the instructions in the manual.
Actual Results:  
# rc-update add net.eth0 default
 * rc-update: service `net.eth0' does not exist


Expected Results:  
# rc-update add net.eth0 default
 * service net.eth0 added to runlevel default


# ln -s net.lo net.eth0
Comment 1 nm (RETIRED) gentoo-dev 2011-06-19 03:23:52 UTC

*** This bug has been marked as a duplicate of bug 213988 ***