| … | |
… | |
| 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.31 2004/03/27 09:37:30 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.32 2004/03/29 19:11:27 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 (such as PPC), don't copy it verbatim. |
78 | <path>/boot</path> partition (such as <b>PPC</b>), 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 |
| … | |
… | |
| 133 | <c>user</c> makes it possible for non-root users to mount the CD. |
133 | <c>user</c> makes it possible for non-root users to mount the CD. |
| 134 | </p> |
134 | </p> |
| 135 | |
135 | |
| 136 | <p> |
136 | <p> |
| 137 | Now use the above example to create your <path>/etc/fstab</path>. If you are a |
137 | Now use the above example to create your <path>/etc/fstab</path>. If you are a |
| 138 | SPARC-user, you should add the following line to your <path>/etc/fstab</path> |
138 | <b>SPARC</b>-user, you should add the following line to your |
|
|
139 | <path>/etc/fstab</path> |
| 139 | too: |
140 | too: |
| 140 | </p> |
141 | </p> |
| 141 | |
142 | |
| 142 | <pre caption="Adding openprom filesystem to /etc/fstab"> |
143 | <pre caption="Adding openprom filesystem to /etc/fstab"> |
| 143 | none /proc/openprom openpromfs defaults 0 0 |
144 | none /proc/openprom openpromfs defaults 0 0 |
| … | |
… | |
| 403 | you select the wrong <c>KEYMAP</c> you will get weird results when typing on |
404 | you select the wrong <c>KEYMAP</c> you will get weird results when typing on |
| 404 | your keyboard. |
405 | your keyboard. |
| 405 | </p> |
406 | </p> |
| 406 | |
407 | |
| 407 | <note> |
408 | <note> |
| 408 | Users of USB-based SPARC systems and SPARC clones might need to select an i386 |
409 | Users of USB-based <b>SPARC</b> systems and <b>SPARC</b> clones might need to |
| 409 | keymap (such as "us") instead of "sunkeymap". |
410 | select an i386 keymap (such as "us") instead of "sunkeymap". |
| 410 | </note> |
411 | </note> |
| 411 | |
412 | |
| 412 | <p> |
413 | <p> |
| 413 | PPC uses x86 keymaps on most systems. Users who want to be able to use ADB |
414 | <b>PPC</b> uses x86 keymaps on most systems. Users who want to be able to use |
| 414 | keymaps on boot have to enable ADB keycode sendings in their kernel and have to |
415 | ADB keymaps on boot have to enable ADB keycode sendings in their kernel and have |
| 415 | set a mac/ppc keymap in <path>rc.conf</path>. |
416 | to set a mac/ppc keymap in <path>rc.conf</path>. |
| 416 | </p> |
417 | </p> |
| 417 | |
418 | |
| 418 | <p> |
419 | <p> |
| 419 | When you're finished configuring <path>/etc/rc.conf</path>, save and exit, then |
420 | When you're finished configuring <path>/etc/rc.conf</path>, save and exit, then |
| 420 | continue with <uri link="?part=1&chap=9">Configuring the Bootloader</uri>. |
421 | continue with <uri link="?part=1&chap=9">Configuring the Bootloader</uri>. |