| 1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
1 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
2 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
|
|
3 | |
|
|
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.10 2003/11/23 16:27:02 swift Exp $ --> |
| 3 | |
5 | |
| 4 | <sections> |
6 | <sections> |
| 5 | <section> |
7 | <section> |
| 6 | <title>Timezone</title> |
8 | <title>Timezone</title> |
| 7 | <body> |
9 | <body> |
| … | |
… | |
| 40 | <title>Creating /etc/fstab</title> |
42 | <title>Creating /etc/fstab</title> |
| 41 | <body> |
43 | <body> |
| 42 | |
44 | |
| 43 | <p> |
45 | <p> |
| 44 | <path>/etc/fstab</path> uses a special syntaxis. Every line consists of six |
46 | <path>/etc/fstab</path> uses a special syntaxis. Every line consists of six |
| 45 | fields, seperated by whitespace (space(s), tabs or a mixture). Each field has |
47 | fields, separated by whitespace (space(s), tabs or a mixture). Each field has |
| 46 | its own meaning: |
48 | its own meaning: |
| 47 | </p> |
49 | </p> |
| 48 | |
50 | |
| 49 | <ul> |
51 | <ul> |
| 50 | <li> |
52 | <li> |
| … | |
… | |
| 60 | </li> |
62 | </li> |
| 61 | <li> |
63 | <li> |
| 62 | The fourth field shows the <b>mountoptions</b> used by <c>mount</c> when it |
64 | The fourth field shows the <b>mountoptions</b> used by <c>mount</c> when it |
| 63 | wants to mount the partition. As every filesystem has its own mountoptions, |
65 | wants to mount the partition. As every filesystem has its own mountoptions, |
| 64 | you are encouraged to read the mount manpage (<c>man mount</c>) for a full |
66 | you are encouraged to read the mount manpage (<c>man mount</c>) for a full |
| 65 | listing. Multiple mountoptions are comma-seperated. |
67 | listing. Multiple mountoptions are comma-separated. |
| 66 | </li> |
68 | </li> |
| 67 | <li> |
69 | <li> |
| 68 | The fifth field is used by <c>dump</c> to determine if the partition needs to |
70 | The fifth field is used by <c>dump</c> to determine if the partition needs to |
| 69 | be <b>dump</b>ed or not. You can generally leave this as <c>0</c> (zero). |
71 | be <b>dump</b>ed or not. You can generally leave this as <c>0</c> (zero). |
| 70 | </li> |
72 | </li> |
| … | |
… | |
| 361 | <p> |
363 | <p> |
| 362 | PCMCIA-users should first install the <c>pcmcia-cs</c> package: |
364 | PCMCIA-users should first install the <c>pcmcia-cs</c> package: |
| 363 | </p> |
365 | </p> |
| 364 | |
366 | |
| 365 | <pre caption="Installing pcmcia-cs"> |
367 | <pre caption="Installing pcmcia-cs"> |
| 366 | # <i>emerge -k pcmcia-cs</i> |
368 | # <i>emerge --usepkg pcmcia-cs</i> |
| 367 | </pre> |
369 | </pre> |
| 368 | |
370 | |
| 369 | <p> |
371 | <p> |
| 370 | When <c>pcmcia-cs</c> is installed, add <c>pcmcia</c> to the <e>boot</e> |
372 | When <c>pcmcia-cs</c> is installed, add <c>pcmcia</c> to the <e>boot</e> |
| 371 | runlevel: |
373 | runlevel: |