| … | |
… | |
| 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/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.23 2004/02/08 09:54:39 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.29 2004/03/12 11:56:15 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Filesystem Information</title> |
11 | <title>Filesystem Information</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 73 | </pre> |
73 | </pre> |
| 74 | |
74 | |
| 75 | <p> |
75 | <p> |
| 76 | Let us take a look at how we write down the options for the <path>/boot</path> |
76 | Let us take a look at how we write down the options for the <path>/boot</path> |
| 77 | partition. This is just an example, so if your architecture doesn't require a |
77 | partition. This is just an example, so if your architecture doesn't require a |
| 78 | <path>/boot</path> partition, don't copy it verbatim. |
78 | <path>/boot</path> partition (such as PPC), don't copy it verbatim. |
| 79 | </p> |
79 | </p> |
| 80 | |
80 | |
| 81 | <p> |
81 | <p> |
| 82 | In our default x86 partitioning example <path>/boot</path> is the |
82 | In our default x86 partitioning example <path>/boot</path> is the |
| 83 | <path>/dev/hda1</path> partition, with <c>ext2</c> as filesystem. It shouldn't |
83 | <path>/dev/hda1</path> partition, with <c>ext2</c> as filesystem. It shouldn't |
| … | |
… | |
| 257 | gateway 192.168.0.1 while the third one just activates the interface for |
257 | gateway 192.168.0.1 while the third one just activates the interface for |
| 258 | rp-pppoe usage: |
258 | rp-pppoe usage: |
| 259 | </p> |
259 | </p> |
| 260 | |
260 | |
| 261 | <pre caption="Examples for /etc/conf.d/net"> |
261 | <pre caption="Examples for /etc/conf.d/net"> |
| 262 | <comment>(For DHCP:)</comment> |
262 | <comment>(For DHCP)</comment> |
| 263 | iface_eth0="dhcp" |
263 | iface_eth0="dhcp" |
| 264 | |
264 | |
| 265 | <comment>(For static IP:)</comment> |
265 | <comment>(For static IP)</comment> |
| 266 | iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" |
266 | iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" |
| 267 | gateway="eth0/192.168.0.1" |
267 | gateway="eth0/192.168.0.1" |
| 268 | |
268 | |
| 269 | <comment>(For rp-pppoe:)</comment> |
269 | <comment>(For rp-pppoe)</comment> |
| 270 | iface_eth0="up" |
270 | iface_eth0="up" |
| 271 | </pre> |
271 | </pre> |
| 272 | |
272 | |
| 273 | <p> |
273 | <p> |
| 274 | If you have several network interfaces, create extra <c>iface_eth</c> variables, |
274 | If you have several network interfaces, create extra <c>iface_eth</c> variables, |
| … | |
… | |
| 338 | If your system is the only system (or the nameservers handle all name |
338 | If your system is the only system (or the nameservers handle all name |
| 339 | resolution) a single line is sufficient: |
339 | resolution) a single line is sufficient: |
| 340 | </p> |
340 | </p> |
| 341 | |
341 | |
| 342 | <pre caption="/etc/hosts for lonely or fully integrated PCs"> |
342 | <pre caption="/etc/hosts for lonely or fully integrated PCs"> |
| 343 | 127.0.0.1 localhost tux |
343 | 127.0.0.1 localhost |
| 344 | </pre> |
344 | </pre> |
| 345 | |
345 | |
| 346 | <p> |
346 | <p> |
| 347 | Save and exit the editor to continue. |
347 | Save and exit the editor to continue. |
| 348 | </p> |
348 | </p> |
| … | |
… | |
| 362 | <p> |
362 | <p> |
| 363 | PCMCIA-users should first install the <c>pcmcia-cs</c> package: |
363 | PCMCIA-users should first install the <c>pcmcia-cs</c> package: |
| 364 | </p> |
364 | </p> |
| 365 | |
365 | |
| 366 | <pre caption="Installing pcmcia-cs"> |
366 | <pre caption="Installing pcmcia-cs"> |
| 367 | # <i>emerge --usepkg pcmcia-cs</i> |
367 | # <i>emerge pcmcia-cs</i> |
| 368 | </pre> |
368 | </pre> |
| 369 | |
369 | |
| 370 | <p> |
370 | <p> |
| 371 | When <c>pcmcia-cs</c> is installed, add <c>pcmcia</c> to the <e>default</e> |
371 | When <c>pcmcia-cs</c> is installed, add <c>pcmcia</c> to the <e>default</e> |
| 372 | runlevel: |
372 | runlevel: |
| … | |
… | |
| 403 | Users of USB-based SPARC systems and SPARC clones might need to select an i386 |
403 | Users of USB-based SPARC systems and SPARC clones might need to select an i386 |
| 404 | keymap (such as "us") instead of "sunkeymap". |
404 | keymap (such as "us") instead of "sunkeymap". |
| 405 | </note> |
405 | </note> |
| 406 | |
406 | |
| 407 | <p> |
407 | <p> |
|
|
408 | PPC uses x86 keymaps on most systems. Users who want to be able to use ADB |
|
|
409 | keymaps on boot have to enable ADB keycode sendings in their kernel and have to |
|
|
410 | set a mac/ppc keymap in <path>rc.conf</path>. |
|
|
411 | </p> |
|
|
412 | |
|
|
413 | <p> |
| 408 | When you're finished configuring <path>/etc/rc.conf</path>, save and exit, then |
414 | When you're finished configuring <path>/etc/rc.conf</path>, save and exit, then |
| 409 | continue with <uri link="?part=1&chap=9">Configuring the Bootloader</uri>. |
415 | continue with <uri link="?part=1&chap=9">Configuring the Bootloader</uri>. |
| 410 | </p> |
416 | </p> |
| 411 | |
417 | |
| 412 | </body> |
418 | </body> |