| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.62 2005/06/09 07:16:39 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.72 2005/08/15 09:00:27 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.4</version> |
11 | <version>2.13</version> |
| 12 | <date>2005-06-09</date> |
12 | <date>2005-08-15</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Filesystem Information</title> |
15 | <title>Filesystem Information</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>What is fstab?</title> |
17 | <title>What is fstab?</title> |
| … | |
… | |
| 179 | <p> |
179 | <p> |
| 180 | We use these values in the next examples. First we set the hostname: |
180 | We use these values in the next examples. First we set the hostname: |
| 181 | </p> |
181 | </p> |
| 182 | |
182 | |
| 183 | <pre caption="Setting the hostname"> |
183 | <pre caption="Setting the hostname"> |
| 184 | # <i>echo tux > /etc/hostname</i> |
184 | # <i>nano -w /etc/conf.d/hostname</i> |
|
|
185 | |
|
|
186 | <comment>(Set the HOSTNAME variable to your hostname)</comment> |
|
|
187 | HOSTNAME="<i>tux</i>" |
| 185 | </pre> |
188 | </pre> |
| 186 | |
189 | |
| 187 | <p> |
190 | <p> |
| 188 | Second we set the domainname: |
191 | Second we set the domainname: |
| 189 | </p> |
192 | </p> |
| 190 | |
193 | |
| 191 | <pre caption="Setting the domainname"> |
194 | <pre caption="Setting the domainname"> |
| 192 | # <i>echo homenetwork > /etc/dnsdomainname</i> |
195 | # <i>nano -w /etc/conf.d/domainname</i> |
|
|
196 | |
|
|
197 | <comment>(Set the DNSDOMAIN variable to your domain name)</comment> |
|
|
198 | DNSDOMAIN="<i>homenetwork</i>" |
| 193 | </pre> |
199 | </pre> |
| 194 | |
200 | |
| 195 | <p> |
201 | <p> |
| 196 | If you have a NIS domain (if you don't know what that is, then you don't have |
202 | If you have a NIS domain (if you don't know what that is, then you don't have |
| 197 | one), you need to define that one too: |
203 | one), you need to define that one too: |
| 198 | </p> |
204 | </p> |
| 199 | |
205 | |
| 200 | <pre caption="Setting the NIS domainname"> |
206 | <pre caption="Setting the NIS domainname"> |
| 201 | # <i>echo nis.homenetwork > /etc/nisdomainname</i> |
207 | # <i>nano -w /etc/conf.d/domainname</i> |
|
|
208 | |
|
|
209 | <comment>(Set the NISDOMAIN variable to your NIS domain name)</comment> |
|
|
210 | NISDOMAIN="<i>my-nisdomain</i>" |
| 202 | </pre> |
211 | </pre> |
| 203 | |
212 | |
| 204 | <p> |
213 | <p> |
| 205 | Now add the <c>domainname</c> script to the default runlevel: |
214 | Now add the <c>domainname</c> script to the default runlevel: |
| 206 | </p> |
215 | </p> |
| … | |
… | |
| 215 | <title>Configuring your Network</title> |
224 | <title>Configuring your Network</title> |
| 216 | <body> |
225 | <body> |
| 217 | |
226 | |
| 218 | <p> |
227 | <p> |
| 219 | Before you get that "Hey, we've had that already"-feeling, you should remember |
228 | Before you get that "Hey, we've had that already"-feeling, you should remember |
| 220 | that the networking you set up in the beginning of the gentoo installation was |
229 | that the networking you set up in the beginning of the Gentoo installation was |
| 221 | just for the installation. Right now you are going to configure networking for |
230 | just for the installation. Right now you are going to configure networking for |
| 222 | your Gentoo system permanently. |
231 | your Gentoo system permanently. |
| 223 | </p> |
232 | </p> |
| 224 | |
233 | |
|
|
234 | <note> |
|
|
235 | More detailed information about networking, including advanced topics like |
|
|
236 | bonding, bridging, 802.1Q VLANs or wireless networking is covered in the <uri |
|
|
237 | link="?part=4">Gentoo Network Configuration</uri> section. |
|
|
238 | </note> |
|
|
239 | |
| 225 | <p> |
240 | <p> |
| 226 | All networking information is gathered in <path>/etc/conf.d/net</path>. It uses |
241 | All networking information is gathered in <path>/etc/conf.d/net</path>. It uses |
| 227 | a straightforward yet not intuitive syntax if you don't know how to set up |
242 | a straightforward yet not intuitive syntax if you don't know how to set up |
| 228 | networking manually. But don't fear, we'll explain everything :) |
243 | networking manually. But don't fear, we'll explain everything. A fully |
| 229 | </p> |
244 | commented example that covers many different configurations is available in |
| 230 | |
245 | <path>/etc/conf.d/net.example</path>. |
| 231 | <p> |
246 | </p> |
|
|
247 | |
|
|
248 | <p> |
|
|
249 | DHCP is used by default and does not require any further configuration. |
|
|
250 | </p> |
|
|
251 | |
|
|
252 | <p> |
|
|
253 | If you need to configure your network connection either because you need |
|
|
254 | specific DHCP options or because you do not use DHCP at all, open |
| 232 | First open <path>/etc/conf.d/net</path> with your favorite editor (<c>nano</c> |
255 | <path>/etc/conf.d/net</path> with your favorite editor (<c>nano</c> is used in |
| 233 | is used in this example): |
256 | this example): |
| 234 | </p> |
257 | </p> |
| 235 | |
258 | |
| 236 | <pre caption="Opening /etc/conf.d/net for editing"> |
259 | <pre caption="Opening /etc/conf.d/net for editing"> |
| 237 | # <i>nano -w /etc/conf.d/net</i> |
260 | # <i>nano -w /etc/conf.d/net</i> |
| 238 | </pre> |
261 | </pre> |
| 239 | |
262 | |
| 240 | <p> |
263 | <p> |
| 241 | The first variable you'll find is called <c>config_eth0</c>. As you can probably |
264 | You will see the following file: |
| 242 | imagine, this variable configured the eth0 network interface. If the interface |
|
|
| 243 | needs to automatically obtain an IP through DHCP, you should set it like so: |
|
|
| 244 | </p> |
|
|
| 245 | |
|
|
| 246 | <pre caption="Automatically obtaining an IP for eth0"> |
|
|
| 247 | config_eth0=( "dhcp" ) |
|
|
| 248 | </pre> |
|
|
| 249 | |
|
|
| 250 | <p> |
265 | </p> |
|
|
266 | |
|
|
267 | <pre caption="Default /etc/conf.d/net"> |
|
|
268 | # This blank configuration will automatically use DHCP for any net.* |
|
|
269 | # scripts in /etc/init.d. To create a more complete configuration, |
|
|
270 | # please review /etc/conf.d/net.example and save your configuration |
|
|
271 | # in /etc/conf.d/net (this file :]!). |
|
|
272 | </pre> |
|
|
273 | |
|
|
274 | <p> |
| 251 | However, if you have to enter your own IP address, netmask and gateway, you need |
275 | To enter your own IP address, netmask and gateway, you need |
| 252 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
276 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
| 253 | </p> |
277 | </p> |
| 254 | |
278 | |
| 255 | <pre caption="Manually setting IP information for eth0"> |
279 | <pre caption="Manually setting IP information for eth0"> |
| 256 | config_eth0=( "192.168.0.2 netmask 255.255.255.0" ) |
280 | config_eth0=( "192.168.0.2 netmask 255.255.255.0" ) |
| 257 | routes_eth0=( "default gw 192.168.0.1" ) |
281 | routes_eth0=( "default gw 192.168.0.1" ) |
| 258 | </pre> |
282 | </pre> |
|
|
283 | |
|
|
284 | <p> |
|
|
285 | To use DHCP and add specific DHCP options, define <c>config_eth0</c> and |
|
|
286 | <c>dhcp_eth0</c>: |
|
|
287 | </p> |
|
|
288 | |
|
|
289 | <pre caption="Automatically obtaining an IP address for eth0"> |
|
|
290 | config_eth0=( "dhcp" ) |
|
|
291 | dhcp_eth0="nodns nontp nonis" |
|
|
292 | </pre> |
|
|
293 | |
|
|
294 | <p> |
|
|
295 | Please read <path>/etc/conf.d/net.example</path> for a list of all available |
|
|
296 | options. |
|
|
297 | </p> |
| 259 | |
298 | |
| 260 | <p> |
299 | <p> |
| 261 | If you have several network interfaces repeat the above steps for |
300 | If you have several network interfaces repeat the above steps for |
| 262 | <c>config_eth1</c>, <c>config_eth2</c>, etc. |
301 | <c>config_eth1</c>, <c>config_eth2</c>, etc. |
| 263 | </p> |
302 | </p> |
| … | |
… | |
| 410 | <pre caption="Opening /etc/rc.conf"> |
449 | <pre caption="Opening /etc/rc.conf"> |
| 411 | # <i>nano -w /etc/rc.conf</i> |
450 | # <i>nano -w /etc/rc.conf</i> |
| 412 | </pre> |
451 | </pre> |
| 413 | |
452 | |
| 414 | <p> |
453 | <p> |
|
|
454 | When you're finished configuring <path>/etc/rc.conf</path>, save and exit. |
|
|
455 | </p> |
|
|
456 | |
|
|
457 | <p> |
| 415 | As you can see, this file is well commented to help you set up the necessary |
458 | As you can see, this file is well commented to help you set up the necessary |
| 416 | configuration variables. Take special care with the <c>KEYMAP</c> setting: if |
459 | configuration variables. You can configure your system to use unicode and |
| 417 | you select the wrong <c>KEYMAP</c> you will get weird results when typing on |
460 | define your default editor and your display manager (like gdm or kdm). |
| 418 | your keyboard. |
461 | </p> |
|
|
462 | |
|
|
463 | <p> |
|
|
464 | Gentoo uses <path>/etc/conf.d/keymaps</path> to handle keyboard configuration. |
|
|
465 | Edit it to configure your keyboard. |
|
|
466 | </p> |
|
|
467 | |
|
|
468 | <pre caption="Opening /etc/conf.d/keymaps"> |
|
|
469 | # <i>nano -w /etc/conf.d/keymaps</i> |
|
|
470 | </pre> |
|
|
471 | |
|
|
472 | <p> |
|
|
473 | Take special care with the <c>KEYMAP</c> variable. If you select the wrong |
|
|
474 | <c>KEYMAP</c>, you will get weird results when typing on your keyboard. |
| 419 | </p> |
475 | </p> |
| 420 | |
476 | |
| 421 | <note> |
477 | <note> |
| 422 | Users of USB-based <b>SPARC</b> systems and <b>SPARC</b> clones might need to |
478 | Users of USB-based <b>SPARC</b> systems and <b>SPARC</b> clones might need to |
| 423 | select an i386 keymap (such as "us") instead of "sunkeymap". |
479 | select an i386 keymap (such as "us") instead of "sunkeymap". <b>PPC</b> uses x86 |
|
|
480 | keymaps on most systems. Users who want to be able to use ADB keymaps on boot |
|
|
481 | have to enable ADB keycode sendings in their kernel and have to set a mac/ppc |
|
|
482 | keymap in <path>/etc/conf.d/keymaps</path>. |
| 424 | </note> |
483 | </note> |
| 425 | |
484 | |
| 426 | <p> |
485 | <p> |
| 427 | <b>PPC</b> uses x86 keymaps on most systems. Users who want to be able to use |
486 | When you're finished configuring <path>/etc/conf.d/keymaps</path>, save and |
| 428 | ADB keymaps on boot have to enable ADB keycode sendings in their kernel and have |
487 | exit. |
| 429 | to set a mac/ppc keymap in <path>rc.conf</path>. |
488 | </p> |
|
|
489 | |
| 430 | </p> |
490 | <p> |
|
|
491 | Gentoo uses <path>/etc/conf.d/clock</path> to set clock options. Edit it |
|
|
492 | according to your needs. |
|
|
493 | </p> |
|
|
494 | |
|
|
495 | <pre caption="Opening /etc/conf.d/clock"> |
|
|
496 | # <i>nano -w /etc/conf.d/clock</i> |
|
|
497 | </pre> |
| 431 | |
498 | |
| 432 | <p> |
499 | <p> |
| 433 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
500 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
| 434 | the file. Otherwise you will notice some clock skew. |
501 | the file. Otherwise you will notice some clock skew. |
| 435 | </p> |
502 | </p> |
| 436 | |
503 | |
| 437 | <p> |
504 | <p> |
| 438 | When you're finished configuring <path>/etc/rc.conf</path>, save and exit. |
505 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
| 439 | </p> |
506 | exit. |
| 440 | |
|
|
| 441 | <p> |
507 | </p> |
|
|
508 | |
|
|
509 | <p> |
| 442 | If you are not installing Gentoo on an IBM POWER5 or JS20 system, continue with |
510 | If you are not installing Gentoo on IBM PPC64 hardware, continue with |
| 443 | <uri link="?part=1&chap=9">Installing Necessary System Tools</uri>. |
511 | <uri link="?part=1&chap=9">Installing Necessary System Tools</uri>. |
| 444 | </p> |
512 | </p> |
| 445 | |
513 | |
| 446 | </body> |
514 | </body> |
| 447 | </subsection> |
515 | </subsection> |
| 448 | <subsection> |
516 | <subsection> |
| 449 | <title>Configuring the Console</title> |
517 | <title>Configuring the Console</title> |
| 450 | <body> |
518 | <body> |
| 451 | |
519 | |
| 452 | <note> |
520 | <note> |
| 453 | The following section applies to the IBM POWER5 and JS20 hardware platforms. |
521 | The following section applies to the IBM PPC64 hardware platforms. |
| 454 | </note> |
522 | </note> |
| 455 | |
523 | |
| 456 | <p> |
524 | <p> |
| 457 | If you are running Gentoo in an LPAR or on a JS20 blade, you must uncomment |
525 | If you are running Gentoo on IBM PPC64 hardware and using a virtual console |
| 458 | the hvc line in /etc/inittab for the virtual console to spawn a login prompt. |
526 | you must uncomment the appropriate line in <path>/etc/inittab</path> for the |
|
|
527 | virtual console to spawn a login prompt. |
| 459 | </p> |
528 | </p> |
| 460 | |
529 | |
| 461 | <pre caption="Enabling hvc support in /etc/inittab"> |
530 | <pre caption="Enabling hvc or hvsi support in /etc/inittab"> |
| 462 | hvc:12345:respawn:/sbin/agetty -nl /bin/bashlogin 9600 hvc0 vt220 |
531 | hvc0:12345:respawn:/sbin/agetty -L 9600 hvc0 |
|
|
532 | hvsi:12345:respawn:/sbin/agetty -L 19200 hvsi0 |
|
|
533 | </pre> |
|
|
534 | |
|
|
535 | <p> |
|
|
536 | You should also take this time to verify that the appropriate console is |
|
|
537 | listed in <path>/etc/securetty</path>. |
| 463 | </pre> |
538 | </p> |
| 464 | |
539 | |
| 465 | <p> |
540 | <p> |
| 466 | You may now continue with <uri link="?part=1&chap=9">Installing Necessary |
541 | You may now continue with <uri link="?part=1&chap=9">Installing Necessary |
| 467 | System Tools</uri>. |
542 | System Tools</uri>. |
| 468 | </p> |
543 | </p> |