| 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.78 2006/05/27 13:02:15 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.4</version> |
11 | <version>2.19</version> |
| 12 | <date>2005-06-09</date> |
12 | <date>2006-05-27</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> |
| … | |
… | |
| 66 | (or <c>0</c> if a filesystem check isn't necessary). |
66 | (or <c>0</c> if a filesystem check isn't necessary). |
| 67 | </li> |
67 | </li> |
| 68 | </ul> |
68 | </ul> |
| 69 | |
69 | |
| 70 | <p> |
70 | <p> |
| 71 | The default <path>/etc/fstab</path> file provided by Gentoo <e>is no valid fstab |
71 | The default <path>/etc/fstab</path> file provided by Gentoo <e>is not a valid |
| 72 | file</e>, so start <c>nano</c> (or your favorite editor) to create your |
72 | fstab file</e>, so start <c>nano</c> (or your favorite editor) to create your |
| 73 | <path>/etc/fstab</path>: |
73 | <path>/etc/fstab</path>: |
| 74 | </p> |
74 | </p> |
| 75 | |
75 | |
| 76 | <pre caption="Opening /etc/fstab"> |
76 | <pre caption="Opening /etc/fstab"> |
| 77 | # <i>nano -w /etc/fstab</i> |
77 | # <i>nano -w /etc/fstab</i> |
| 78 | </pre> |
78 | </pre> |
| 79 | |
79 | |
| 80 | <p> |
80 | <p> |
| 81 | Let us take a look at how we write down the options for the <path>/boot</path> |
81 | Let us take a look at how we write down the options for the <path>/boot</path> |
| 82 | partition. This is just an example, so if your architecture doesn't require a |
82 | partition. This is just an example, so if your architecture doesn't require a |
| 83 | <path>/boot</path> partition (such as <b>PPC</b>), don't copy it verbatim. |
83 | <path>/boot</path> partition (such as Apple <b>PPC</b> machines), don't copy it |
|
|
84 | verbatim. |
| 84 | </p> |
85 | </p> |
| 85 | |
86 | |
| 86 | <p> |
87 | <p> |
| 87 | In our default x86 partitioning example <path>/boot</path> is the |
88 | In our default x86 partitioning example <path>/boot</path> is the |
| 88 | <path>/dev/hda1</path> partition, with <c>ext2</c> as filesystem. |
89 | <path>/dev/hda1</path> partition, with <c>ext2</c> as filesystem. |
| … | |
… | |
| 179 | <p> |
180 | <p> |
| 180 | We use these values in the next examples. First we set the hostname: |
181 | We use these values in the next examples. First we set the hostname: |
| 181 | </p> |
182 | </p> |
| 182 | |
183 | |
| 183 | <pre caption="Setting the hostname"> |
184 | <pre caption="Setting the hostname"> |
| 184 | # <i>echo tux > /etc/hostname</i> |
185 | # <i>nano -w /etc/conf.d/hostname</i> |
|
|
186 | |
|
|
187 | <comment>(Set the HOSTNAME variable to your hostname)</comment> |
|
|
188 | HOSTNAME="<i>tux</i>" |
| 185 | </pre> |
189 | </pre> |
| 186 | |
190 | |
| 187 | <p> |
191 | <p> |
| 188 | Second we set the domainname: |
192 | Second we set the domainname: |
| 189 | </p> |
193 | </p> |
| 190 | |
194 | |
| 191 | <pre caption="Setting the domainname"> |
195 | <pre caption="Setting the domainname"> |
| 192 | # <i>echo homenetwork > /etc/dnsdomainname</i> |
196 | # <i>nano -w /etc/conf.d/domainname</i> |
|
|
197 | |
|
|
198 | <comment>(Set the DNSDOMAIN variable to your domain name)</comment> |
|
|
199 | DNSDOMAIN="<i>homenetwork</i>" |
| 193 | </pre> |
200 | </pre> |
| 194 | |
201 | |
| 195 | <p> |
202 | <p> |
| 196 | If you have a NIS domain (if you don't know what that is, then you don't have |
203 | 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: |
204 | one), you need to define that one too: |
| 198 | </p> |
205 | </p> |
| 199 | |
206 | |
| 200 | <pre caption="Setting the NIS domainname"> |
207 | <pre caption="Setting the NIS domainname"> |
| 201 | # <i>echo nis.homenetwork > /etc/nisdomainname</i> |
208 | # <i>nano -w /etc/conf.d/domainname</i> |
| 202 | </pre> |
|
|
| 203 | |
209 | |
| 204 | <p> |
210 | <comment>(Set the NISDOMAIN variable to your NIS domain name)</comment> |
| 205 | Now add the <c>domainname</c> script to the default runlevel: |
211 | NISDOMAIN="<i>my-nisdomain</i>" |
| 206 | </p> |
|
|
| 207 | |
|
|
| 208 | <pre caption="Adding domainname to the default runlevel"> |
|
|
| 209 | # <i>rc-update add domainname default</i> |
|
|
| 210 | </pre> |
212 | </pre> |
| 211 | |
213 | |
| 212 | </body> |
214 | </body> |
| 213 | </subsection> |
215 | </subsection> |
| 214 | <subsection> |
216 | <subsection> |
| 215 | <title>Configuring your Network</title> |
217 | <title>Configuring your Network</title> |
| 216 | <body> |
218 | <body> |
| 217 | |
219 | |
| 218 | <p> |
220 | <p> |
| 219 | Before you get that "Hey, we've had that already"-feeling, you should remember |
221 | 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 |
222 | 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 |
223 | just for the installation. Right now you are going to configure networking for |
| 222 | your Gentoo system permanently. |
224 | your Gentoo system permanently. |
| 223 | </p> |
225 | </p> |
| 224 | |
226 | |
|
|
227 | <note> |
|
|
228 | More detailed information about networking, including advanced topics like |
|
|
229 | bonding, bridging, 802.1Q VLANs or wireless networking is covered in the <uri |
|
|
230 | link="?part=4">Gentoo Network Configuration</uri> section. |
|
|
231 | </note> |
|
|
232 | |
| 225 | <p> |
233 | <p> |
| 226 | All networking information is gathered in <path>/etc/conf.d/net</path>. It uses |
234 | 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 |
235 | 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 :) |
236 | networking manually. But don't fear, we'll explain everything. A fully |
| 229 | </p> |
237 | commented example that covers many different configurations is available in |
| 230 | |
238 | <path>/etc/conf.d/net.example</path>. |
| 231 | <p> |
239 | </p> |
|
|
240 | |
|
|
241 | <p> |
|
|
242 | DHCP is used by default and does not require any further configuration. |
|
|
243 | </p> |
|
|
244 | |
|
|
245 | <p> |
|
|
246 | If you need to configure your network connection either because you need |
|
|
247 | 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> |
248 | <path>/etc/conf.d/net</path> with your favorite editor (<c>nano</c> is used in |
| 233 | is used in this example): |
249 | this example): |
| 234 | </p> |
250 | </p> |
| 235 | |
251 | |
| 236 | <pre caption="Opening /etc/conf.d/net for editing"> |
252 | <pre caption="Opening /etc/conf.d/net for editing"> |
| 237 | # <i>nano -w /etc/conf.d/net</i> |
253 | # <i>nano -w /etc/conf.d/net</i> |
| 238 | </pre> |
254 | </pre> |
| 239 | |
255 | |
| 240 | <p> |
256 | <p> |
| 241 | The first variable you'll find is called <c>config_eth0</c>. As you can probably |
257 | You will see the following file: |
| 242 | imagine, this variable configured the eth0 network interface. If the interface |
258 | </p> |
| 243 | needs to automatically obtain an IP through DHCP, you should set it like so: |
259 | |
|
|
260 | <pre caption="Default /etc/conf.d/net"> |
|
|
261 | # This blank configuration will automatically use DHCP for any net.* |
|
|
262 | # scripts in /etc/init.d. To create a more complete configuration, |
|
|
263 | # please review /etc/conf.d/net.example and save your configuration |
|
|
264 | # in /etc/conf.d/net (this file :]!). |
|
|
265 | </pre> |
|
|
266 | |
| 244 | </p> |
267 | <p> |
|
|
268 | To enter your own IP address, netmask and gateway, you need |
|
|
269 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
|
|
270 | </p> |
| 245 | |
271 | |
|
|
272 | <pre caption="Manually setting IP information for eth0"> |
|
|
273 | config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" ) |
|
|
274 | routes_eth0=( "default gw 192.168.0.1" ) |
|
|
275 | </pre> |
|
|
276 | |
|
|
277 | <p> |
|
|
278 | To use DHCP and add specific DHCP options, define <c>config_eth0</c> and |
|
|
279 | <c>dhcp_eth0</c>: |
|
|
280 | </p> |
|
|
281 | |
| 246 | <pre caption="Automatically obtaining an IP for eth0"> |
282 | <pre caption="Automatically obtaining an IP address for eth0"> |
| 247 | config_eth0=( "dhcp" ) |
283 | config_eth0=( "dhcp" ) |
|
|
284 | dhcp_eth0="nodns nontp nonis" |
| 248 | </pre> |
285 | </pre> |
| 249 | |
286 | |
| 250 | <p> |
|
|
| 251 | However, if you have to enter your own IP address, netmask and gateway, you need |
|
|
| 252 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
|
|
| 253 | </p> |
287 | <p> |
| 254 | |
288 | Please read <path>/etc/conf.d/net.example</path> for a list of all available |
| 255 | <pre caption="Manually setting IP information for eth0"> |
289 | options. |
| 256 | config_eth0=( "192.168.0.2 netmask 255.255.255.0" ) |
|
|
| 257 | routes_eth0=( "default gw 192.168.0.1" ) |
|
|
| 258 | </pre> |
290 | </p> |
| 259 | |
291 | |
| 260 | <p> |
292 | <p> |
| 261 | If you have several network interfaces repeat the above steps for |
293 | If you have several network interfaces repeat the above steps for |
| 262 | <c>config_eth1</c>, <c>config_eth2</c>, etc. |
294 | <c>config_eth1</c>, <c>config_eth2</c>, etc. |
| 263 | </p> |
295 | </p> |
| … | |
… | |
| 300 | <title>Writing Down Network Information</title> |
332 | <title>Writing Down Network Information</title> |
| 301 | <body> |
333 | <body> |
| 302 | |
334 | |
| 303 | <p> |
335 | <p> |
| 304 | You now need to inform Linux about your network. This is defined in |
336 | You now need to inform Linux about your network. This is defined in |
| 305 | <path>/etc/hosts</path> and helps in resolving hostnames to IP addresses |
337 | <path>/etc/hosts</path> and helps in resolving hostnames to IP addresses for |
| 306 | for hosts that aren't resolved by your nameserver. For instance, if your |
338 | hosts that aren't resolved by your nameserver. You need to define your system. |
| 307 | internal network consists of three PCs called <c>jenny</c> (192.168.0.5), |
339 | You may also want to define other systems on your network if you don't want to |
| 308 | <c>benny</c> (192.168.0.6) and <c>tux</c> (192.168.0.7 - this system) you would |
340 | set up your own internal DNS system. |
| 309 | open <path>/etc/hosts</path> and fill in the values: |
|
|
| 310 | </p> |
341 | </p> |
| 311 | |
342 | |
| 312 | <pre caption="Opening /etc/hosts"> |
343 | <pre caption="Opening /etc/hosts"> |
| 313 | # <i>nano -w /etc/hosts</i> |
344 | # <i>nano -w /etc/hosts</i> |
| 314 | </pre> |
345 | </pre> |
| 315 | |
346 | |
| 316 | <pre caption="Filling in the networking information"> |
347 | <pre caption="Filling in the networking information"> |
| 317 | 127.0.0.1 localhost |
348 | <comment>(This defines the current system)</comment> |
|
|
349 | 127.0.0.1 tux.homenetwork tux localhost |
|
|
350 | |
|
|
351 | <comment>(Define extra systems on your network, |
|
|
352 | they need to have a static IP to be defined this way.)</comment> |
| 318 | 192.168.0.5 jenny.homenetwork jenny |
353 | 192.168.0.5 jenny.homenetwork jenny |
| 319 | 192.168.0.6 benny.homenetwork benny |
354 | 192.168.0.6 benny.homenetwork benny |
| 320 | 192.168.0.7 tux.homenetwork tux |
|
|
| 321 | </pre> |
|
|
| 322 | |
|
|
| 323 | <p> |
|
|
| 324 | If your system is the only system (or the nameservers handle all name |
|
|
| 325 | resolution) a single line is sufficient. For instance, if you want to call your |
|
|
| 326 | system <c>tux</c>: |
|
|
| 327 | </p> |
|
|
| 328 | |
|
|
| 329 | <pre caption="/etc/hosts for lonely or fully integrated PCs"> |
|
|
| 330 | 127.0.0.1 localhost tux |
|
|
| 331 | </pre> |
355 | </pre> |
| 332 | |
356 | |
| 333 | <p> |
357 | <p> |
| 334 | Save and exit the editor to continue. |
358 | Save and exit the editor to continue. |
| 335 | </p> |
359 | </p> |
| … | |
… | |
| 410 | <pre caption="Opening /etc/rc.conf"> |
434 | <pre caption="Opening /etc/rc.conf"> |
| 411 | # <i>nano -w /etc/rc.conf</i> |
435 | # <i>nano -w /etc/rc.conf</i> |
| 412 | </pre> |
436 | </pre> |
| 413 | |
437 | |
| 414 | <p> |
438 | <p> |
|
|
439 | When you're finished configuring <path>/etc/rc.conf</path>, save and exit. |
|
|
440 | </p> |
|
|
441 | |
|
|
442 | <p> |
| 415 | As you can see, this file is well commented to help you set up the necessary |
443 | 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 |
444 | 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 |
445 | define your default editor and your display manager (like gdm or kdm). |
| 418 | your keyboard. |
446 | </p> |
|
|
447 | |
|
|
448 | <p> |
|
|
449 | Gentoo uses <path>/etc/conf.d/keymaps</path> to handle keyboard configuration. |
|
|
450 | Edit it to configure your keyboard. |
|
|
451 | </p> |
|
|
452 | |
|
|
453 | <pre caption="Opening /etc/conf.d/keymaps"> |
|
|
454 | # <i>nano -w /etc/conf.d/keymaps</i> |
|
|
455 | </pre> |
|
|
456 | |
|
|
457 | <p> |
|
|
458 | Take special care with the <c>KEYMAP</c> variable. If you select the wrong |
|
|
459 | <c>KEYMAP</c>, you will get weird results when typing on your keyboard. |
| 419 | </p> |
460 | </p> |
| 420 | |
461 | |
| 421 | <note> |
462 | <note> |
| 422 | Users of USB-based <b>SPARC</b> systems and <b>SPARC</b> clones might need to |
463 | 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". |
464 | select an i386 keymap (such as "us") instead of "sunkeymap". <b>PPC</b> uses x86 |
|
|
465 | keymaps on most systems. Users who want to be able to use ADB keymaps on boot |
|
|
466 | have to enable ADB keycode sendings in their kernel and have to set a mac/ppc |
|
|
467 | keymap in <path>/etc/conf.d/keymaps</path>. |
| 424 | </note> |
468 | </note> |
| 425 | |
469 | |
| 426 | <p> |
470 | <p> |
| 427 | <b>PPC</b> uses x86 keymaps on most systems. Users who want to be able to use |
471 | 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 |
472 | exit. |
| 429 | to set a mac/ppc keymap in <path>rc.conf</path>. |
473 | </p> |
|
|
474 | |
| 430 | </p> |
475 | <p> |
|
|
476 | Gentoo uses <path>/etc/conf.d/clock</path> to set clock options. Edit it |
|
|
477 | according to your needs. |
|
|
478 | </p> |
|
|
479 | |
|
|
480 | <pre caption="Opening /etc/conf.d/clock"> |
|
|
481 | # <i>nano -w /etc/conf.d/clock</i> |
|
|
482 | </pre> |
| 431 | |
483 | |
| 432 | <p> |
484 | <p> |
| 433 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
485 | 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. |
486 | the file. Otherwise you will notice some clock skew. Furthermore, Windows |
| 435 | </p> |
487 | assumes that your hardware clock uses local time, so if you want to dualboot, |
| 436 | |
488 | you should set this variable appropriately, otherwise your clock will go crazy. |
| 437 | <p> |
489 | </p> |
|
|
490 | |
|
|
491 | <p> |
| 438 | When you're finished configuring <path>/etc/rc.conf</path>, save and exit. |
492 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
| 439 | </p> |
493 | exit. |
| 440 | |
|
|
| 441 | <p> |
494 | </p> |
|
|
495 | |
|
|
496 | <p> |
| 442 | If you are not installing Gentoo on an IBM POWER5 or JS20 system, continue with |
497 | If you are not installing Gentoo on IBM PPC64 hardware, continue with |
| 443 | <uri link="?part=1&chap=9">Installing Necessary System Tools</uri>. |
498 | <uri link="?part=1&chap=9">Installing Necessary System Tools</uri>. |
| 444 | </p> |
499 | </p> |
| 445 | |
500 | |
| 446 | </body> |
501 | </body> |
| 447 | </subsection> |
502 | </subsection> |
| 448 | <subsection> |
503 | <subsection> |
| 449 | <title>Configuring the Console</title> |
504 | <title>Configuring the Console</title> |
| 450 | <body> |
505 | <body> |
| 451 | |
506 | |
| 452 | <note> |
507 | <note> |
| 453 | The following section applies to the IBM POWER5 and JS20 hardware platforms. |
508 | The following section applies to the IBM PPC64 hardware platforms. |
| 454 | </note> |
509 | </note> |
| 455 | |
510 | |
| 456 | <p> |
511 | <p> |
| 457 | If you are running Gentoo in an LPAR or on a JS20 blade, you must uncomment |
512 | 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. |
513 | you must uncomment the appropriate line in <path>/etc/inittab</path> for the |
|
|
514 | virtual console to spawn a login prompt. |
| 459 | </p> |
515 | </p> |
| 460 | |
516 | |
| 461 | <pre caption="Enabling hvc support in /etc/inittab"> |
517 | <pre caption="Enabling hvc or hvsi support in /etc/inittab"> |
| 462 | hvc:12345:respawn:/sbin/agetty -nl /bin/bashlogin 9600 hvc0 vt220 |
518 | hvc0:12345:respawn:/sbin/agetty -L 9600 hvc0 |
|
|
519 | hvsi:12345:respawn:/sbin/agetty -L 19200 hvsi0 |
|
|
520 | </pre> |
|
|
521 | |
|
|
522 | <p> |
|
|
523 | You should also take this time to verify that the appropriate console is |
|
|
524 | listed in <path>/etc/securetty</path>. |
| 463 | </pre> |
525 | </p> |
| 464 | |
526 | |
| 465 | <p> |
527 | <p> |
| 466 | You may now continue with <uri link="?part=1&chap=9">Installing Necessary |
528 | You may now continue with <uri link="?part=1&chap=9">Installing Necessary |
| 467 | System Tools</uri>. |
529 | System Tools</uri>. |
| 468 | </p> |
530 | </p> |