Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 372219

Summary: Code Listing 2.8: Adding net.eth0 to the default runlevel
Product: [OLD] Docs on www.gentoo.org Reporter: Jean-Claude Gervais <progman3k>
Component: Installation HandbookAssignee: Docs Team <docs-team>
Status: RESOLVED DUPLICATE    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: x86   
OS: Linux   
URL: http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=8#doc_chap2
Whiteboard:
Package list:
Runtime testing required: ---

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 ***