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

(-)hb-install-config.xml (-5 / +5 lines)
Lines 206-213 Link Here
206
<pre caption="Setting the host name">
206
<pre caption="Setting the host name">
207
# <i>nano -w /etc/conf.d/hostname</i>
207
# <i>nano -w /etc/conf.d/hostname</i>
208
208
209
<comment>(Set the HOSTNAME variable to your host name)</comment>
209
<comment>(Set the hostname variable to your host name)</comment>
210
HOSTNAME="<i>tux</i>"
210
hostname="<i>tux</i>"
211
</pre>
211
</pre>
212
212
213
<p>
213
<p>
Lines 310-317 Link Here
310
</p>
310
</p>
311
311
312
<pre caption="Manually setting IP information for eth0">
312
<pre caption="Manually setting IP information for eth0">
313
config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" )
313
config_eth0="192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255"
314
routes_eth0=( "default via 192.168.0.1" )
314
routes_eth0="default via 192.168.0.1"
315
</pre>
315
</pre>
316
316
317
<p>
317
<p>
Lines 319-325 Link Here
319
</p>
319
</p>
320
320
321
<pre caption="Automatically obtaining an IP address for eth0">
321
<pre caption="Automatically obtaining an IP address for eth0">
322
config_eth0=( "dhcp" )
322
config_eth0="dhcp"
323
</pre>
323
</pre>
324
324
325
<p>
325
<p>

Return to bug 376087