Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377309
Collapse All | Expand All

(-)hb-install-config.xml (-8 / +4 lines)
Lines 349-369 Link Here
349
</p>
349
</p>
350
350
351
<pre caption="Adding net.eth0 to the default runlevel">
351
<pre caption="Adding net.eth0 to the default runlevel">
352
# <i>cd /etc/init.d</i>
353
# <i>ln -s net.lo net.eth0</i>
352
# <i>rc-update add net.eth0 default</i>
354
# <i>rc-update add net.eth0 default</i>
353
</pre>
355
</pre>
354
356
355
<p>
357
<p>
356
If you have several network interfaces, you need to create the appropriate
358
If you have several network interfaces, you need to create the appropriate
357
<path>net.eth1</path>, <path>net.eth2</path> etc. initscripts for those. You can
359
<path>net.eth1</path>, <path>net.eth2</path> etc. just like you did with
358
use <c>ln</c> to do this:
360
<path>net.eth0</path>.
359
</p>
361
</p>
360
362
361
<pre caption="Creating extra initscripts">
362
# <i>cd /etc/init.d</i>
363
# <i>ln -s net.lo net.eth1</i>
364
# <i>rc-update add net.eth1 default</i>
365
</pre>
366
367
</body>
363
</body>
368
</subsection>
364
</subsection>
369
<subsection>
365
<subsection>

Return to bug 377309