Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116267 | Differences between
and this patch

Collapse All | Expand All

(-)doc/en/handbook/hb-net-start.xml (-7 / +7 lines)
Lines 8-15 Link Here
8
8
9
<sections>
9
<sections>
10
10
11
<version>1.2</version>
11
<version>1.3</version>
12
<date>2005-07-14</date>
12
<date>2005-12-21</date>
13
13
14
<section>
14
<section>
15
<title>Getting started</title>
15
<title>Getting started</title>
Lines 18-35 Link Here
18
<note>
18
<note>
19
This document assumes that you have correctly configured your kernel, its
19
This document assumes that you have correctly configured your kernel, its
20
modules for your hardware and you know the interface name of your hardware.
20
modules for your hardware and you know the interface name of your hardware.
21
We also assume that you are configuring eth0, but it could also be
21
We also assume that you are configuring <c>eth0</c>, but it could also be
22
eth1, wlan0, etc.
22
<c>eth1</c>, <c>wlan0</c>, etc.
23
</note>
23
</note>
24
24
25
<note>
25
<note>
26
This document requires you are running baselayout-1.11.11 or better.
26
This document requires you are running <c>baselayout-1.11.11</c> or better.
27
</note>
27
</note>
28
28
29
<p>
29
<p>
30
To get started configuring your network card, you need to tell the Gentoo RC
30
To get started configuring your network card, you need to tell the Gentoo RC
31
system about it. This is done by creating a symbolic link from <c>net.lo</c>
31
system about it. This is done by creating a symbolic link from
32
to <c>net.eth0</c> in <path>/etc/init.d</path>
32
<path>net.lo</path> to <path>net.eth0</path> in <path>/etc/init.d</path>.
33
</p>
33
</p>
34
34
35
<pre caption="Symlinking net.eth0 to net.lo">
35
<pre caption="Symlinking net.eth0 to net.lo">

Return to bug 116267