Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.102 diff -u -r1.102 hb-install-config.xml --- hb-install-config.xml 14 May 2010 22:32:52 -0000 1.102 +++ hb-install-config.xml 2 Aug 2011 17:00:29 -0000 @@ -349,21 +349,17 @@

+# cd /etc/init.d
+# ln -s net.lo net.eth0
 # rc-update add net.eth0 default
 

If you have several network interfaces, you need to create the appropriate -net.eth1, net.eth2 etc. initscripts for those. You can -use ln to do this: +net.eth1, net.eth2 etc. just like you did with +net.eth0.

-
-# cd /etc/init.d
-# ln -s net.lo net.eth1
-# rc-update add net.eth1 default
-
-