| … | |
… | |
| 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/2.5 --> |
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.85 2006/10/21 01:13:51 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.90 2007/05/07 18:11:40 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
|
|
11 | <abstract> |
|
|
12 | You need to edit some important configuration files. In this chapter |
|
|
13 | you receive an overview of these files and an explanation on how to |
|
|
14 | proceed. |
|
|
15 | </abstract> |
|
|
16 | |
| 11 | <version>7.4</version> |
17 | <version>8.0</version> |
| 12 | <date>2006-10-20</date> |
18 | <date>2007-05-07</date> |
| 13 | |
19 | |
| 14 | <section> |
20 | <section> |
| 15 | <title>Filesystem Information</title> |
21 | <title>Filesystem Information</title> |
| 16 | <subsection> |
22 | <subsection> |
| 17 | <title>What is fstab?</title> |
23 | <title>What is fstab?</title> |
| … | |
… | |
| 67 | </li> |
73 | </li> |
| 68 | </ul> |
74 | </ul> |
| 69 | |
75 | |
| 70 | <impo> |
76 | <impo> |
| 71 | The default <path>/etc/fstab</path> file provided by Gentoo <e>is not a valid |
77 | The default <path>/etc/fstab</path> file provided by Gentoo <e>is not a valid |
| 72 | fstab file</e>, You <b>have to create</b> your own <path>/etc/fstab</path>. |
78 | fstab file</e>. You <b>have to create</b> your own <path>/etc/fstab</path>. |
| 73 | </impo> |
79 | </impo> |
| 74 | |
80 | |
| 75 | <pre caption="Opening /etc/fstab"> |
81 | <pre caption="Opening /etc/fstab"> |
| 76 | # <i>nano -w /etc/fstab</i> |
82 | # <i>nano -w /etc/fstab</i> |
| 77 | </pre> |
83 | </pre> |
| … | |
… | |
| 131 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86'"> |
137 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86'"> |
| 132 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
138 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
| 133 | /dev/hda2 none swap sw 0 0 |
139 | /dev/hda2 none swap sw 0 0 |
| 134 | /dev/hda3 / ext3 noatime 0 1 |
140 | /dev/hda3 / ext3 noatime 0 1 |
| 135 | |
141 | |
| 136 | none /proc proc defaults 0 0 |
142 | proc /proc proc nodev,nosuid,noexec 0 0 |
| 137 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
143 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 138 | |
144 | |
| 139 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
145 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 140 | </pre> |
146 | </pre> |
| 141 | |
147 | |
| 142 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='HPPA'"> |
148 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='HPPA'"> |
| 143 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
149 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
| 144 | /dev/sda3 none swap sw 0 0 |
150 | /dev/sda3 none swap sw 0 0 |
| 145 | /dev/sda4 / ext3 noatime 0 1 |
151 | /dev/sda4 / ext3 noatime 0 1 |
| 146 | |
152 | |
| 147 | none /proc proc defaults 0 0 |
153 | proc /proc proc nodev,nosuid,noexec 0 0 |
| 148 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
154 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 149 | |
155 | |
| 150 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
156 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 151 | </pre> |
157 | </pre> |
| 152 | |
158 | |
| 153 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS'"> |
159 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='Alpha' or func:keyval('arch')='MIPS'"> |
| 154 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
160 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
| 155 | /dev/sda2 none swap sw 0 0 |
161 | /dev/sda2 none swap sw 0 0 |
| 156 | /dev/sda3 / ext3 noatime 0 1 |
162 | /dev/sda3 / ext3 noatime 0 1 |
| 157 | |
163 | |
| 158 | none /proc proc defaults 0 0 |
164 | proc /proc proc nodev,nosuid,noexec 0 0 |
| 159 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
165 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 160 | |
166 | |
| 161 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
167 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 162 | </pre> |
168 | </pre> |
| 163 | |
169 | |
| 164 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='SPARC'"> |
170 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='SPARC'"> |
| … | |
… | |
| 166 | /dev/sda2 none swap sw 0 0 |
172 | /dev/sda2 none swap sw 0 0 |
| 167 | /dev/sda4 /usr ext3 noatime 0 2 |
173 | /dev/sda4 /usr ext3 noatime 0 2 |
| 168 | /dev/sda5 /var ext3 noatime 0 2 |
174 | /dev/sda5 /var ext3 noatime 0 2 |
| 169 | /dev/sda6 /home ext3 noatime 0 2 |
175 | /dev/sda6 /home ext3 noatime 0 2 |
| 170 | |
176 | |
| 171 | none /proc/openprom openpromfs defaults 0 0 |
177 | openprom /proc/openprom openpromfs defaults 0 0 |
| 172 | none /proc proc defaults 0 0 |
178 | proc /proc proc nodev,nosuid,noexec 0 0 |
| 173 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
179 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 174 | |
180 | |
| 175 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
181 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 176 | </pre> |
182 | </pre> |
| 177 | |
183 | |
| 178 | <note test="func:keyval('arch')='PPC'"> |
184 | <note test="func:keyval('arch')='PPC'"> |
| … | |
… | |
| 182 | |
188 | |
| 183 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC'"> |
189 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC'"> |
| 184 | /dev/hda4 / ext3 noatime 0 1 |
190 | /dev/hda4 / ext3 noatime 0 1 |
| 185 | /dev/hda3 none swap sw 0 0 |
191 | /dev/hda3 none swap sw 0 0 |
| 186 | |
192 | |
| 187 | none /proc proc defaults 0 0 |
193 | proc /proc proc nodev,nosuid,noexec 0 0 |
| 188 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
194 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 189 | |
195 | |
| 190 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
196 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 191 | </pre> |
197 | </pre> |
| 192 | |
198 | |
| 193 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC64'"> |
199 | <pre caption="A full /etc/fstab example" test="func:keyval('arch')='PPC64'"> |
| 194 | /dev/sda4 / ext3 noatime 0 1 |
200 | /dev/sda4 / ext3 noatime 0 1 |
| 195 | /dev/sda3 none swap sw 0 0 |
201 | /dev/sda3 none swap sw 0 0 |
| 196 | |
202 | |
| 197 | none /proc proc defaults 0 0 |
203 | proc /proc proc nodev,nosuid,noexec 0 0 |
| 198 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
204 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 199 | |
205 | |
| 200 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
206 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 201 | </pre> |
207 | </pre> |
| 202 | |
208 | |
| 203 | <p> |
209 | <p> |
| … | |
… | |
| 239 | <comment>(Set the HOSTNAME variable to your host name)</comment> |
245 | <comment>(Set the HOSTNAME variable to your host name)</comment> |
| 240 | HOSTNAME="<i>tux</i>" |
246 | HOSTNAME="<i>tux</i>" |
| 241 | </pre> |
247 | </pre> |
| 242 | |
248 | |
| 243 | <p> |
249 | <p> |
| 244 | Second we set the domainname in <path>/etc/conf.d/net</path>: |
250 | Second, <e>if</e> you need a domainname, set it in <path>/etc/conf.d/net</path>. |
|
|
251 | You only need a domain if your ISP or network administrator says so, or if you |
|
|
252 | have a DNS server but not a DHCP server. You don't need to worry about DNS or |
|
|
253 | domainnames if your networking is setup for DHCP. |
| 245 | </p> |
254 | </p> |
| 246 | |
255 | |
| 247 | <pre caption="Setting the domainname"> |
256 | <pre caption="Setting the domainname"> |
| 248 | # <i>nano -w /etc/conf.d/net</i> |
257 | # <i>nano -w /etc/conf.d/net</i> |
| 249 | |
258 | |
| 250 | <comment>(Set the dns_domain variable to your domain name)</comment> |
259 | <comment>(Set the dns_domain variable to your domain name)</comment> |
| 251 | dns_domain_lo="<i>homenetwork</i>" |
260 | dns_domain_lo="<i>homenetwork</i>" |
| 252 | </pre> |
261 | </pre> |
| 253 | |
262 | |
|
|
263 | <note> |
|
|
264 | If you choose not to set a domainname, you can get rid of the "This is |
|
|
265 | hostname.(none)" messages at your login screen by editing |
|
|
266 | <path>/etc/issue</path>. Just delete the string <c>.\O</c> from that file. |
|
|
267 | </note> |
|
|
268 | |
| 254 | <p> |
269 | <p> |
| 255 | If you have a NIS domain (if you don't know what that is, then you don't have |
270 | If you have a NIS domain (if you don't know what that is, then you don't have |
| 256 | one), you need to define that one too: |
271 | one), you need to define that one too: |
| 257 | </p> |
272 | </p> |
| 258 | |
273 | |
| … | |
… | |
| 263 | nis_domain_lo="<i>my-nisdomain</i>" |
278 | nis_domain_lo="<i>my-nisdomain</i>" |
| 264 | </pre> |
279 | </pre> |
| 265 | |
280 | |
| 266 | <note> |
281 | <note> |
| 267 | For more information on configuring DNS and NIS, please read the examples |
282 | For more information on configuring DNS and NIS, please read the examples |
| 268 | provided in <path>/etc/conf.d/net.example</path>. |
283 | provided in <path>/etc/conf.d/net.example</path>. Also, you may want to emerge |
|
|
284 | <c>resolvconf-gentoo</c> to help manage your DNS/NIS setup. |
| 269 | </note> |
285 | </note> |
| 270 | |
286 | |
| 271 | </body> |
287 | </body> |
| 272 | </subsection> |
288 | </subsection> |
| 273 | <subsection> |
289 | <subsection> |
| … | |
… | |
| 329 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
345 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
| 330 | </p> |
346 | </p> |
| 331 | |
347 | |
| 332 | <pre caption="Manually setting IP information for eth0"> |
348 | <pre caption="Manually setting IP information for eth0"> |
| 333 | config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" ) |
349 | config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" ) |
| 334 | routes_eth0=( "default gw 192.168.0.1" ) |
350 | routes_eth0=( "default via 192.168.0.1" ) |
| 335 | </pre> |
351 | </pre> |
| 336 | |
352 | |
| 337 | <p> |
353 | <p> |
| 338 | To use DHCP and add specific DHCP options, define <c>config_eth0</c> and |
354 | To use DHCP and add specific DHCP options, define <c>config_eth0</c> and |
| 339 | <c>dhcp_eth0</c>: |
355 | <c>dhcp_eth0</c>: |
| … | |
… | |
| 364 | <title>Automatically Start Networking at Boot</title> |
380 | <title>Automatically Start Networking at Boot</title> |
| 365 | <body> |
381 | <body> |
| 366 | |
382 | |
| 367 | <p> |
383 | <p> |
| 368 | To have your network interfaces activated at boot, you need to add them to the |
384 | To have your network interfaces activated at boot, you need to add them to the |
| 369 | default runlevel. If you have PCMCIA interfaces you should skip this action as |
385 | default runlevel. |
| 370 | the PCMCIA interfaces are started by the PCMCIA init script. |
|
|
| 371 | </p> |
386 | </p> |
| 372 | |
387 | |
| 373 | <pre caption="Adding net.eth0 to the default runlevel"> |
388 | <pre caption="Adding net.eth0 to the default runlevel"> |
| 374 | # <i>rc-update add net.eth0 default</i> |
389 | # <i>rc-update add net.eth0 default</i> |
| 375 | </pre> |
390 | </pre> |
| … | |
… | |
| 429 | <subsection test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86' or substring(func:keyval('arch'),1,3)='PPC'"> |
444 | <subsection test="func:keyval('arch')='AMD64' or func:keyval('arch')='x86' or substring(func:keyval('arch'),1,3)='PPC'"> |
| 430 | <title>Optional: Get PCMCIA Working</title> |
445 | <title>Optional: Get PCMCIA Working</title> |
| 431 | <body> |
446 | <body> |
| 432 | |
447 | |
| 433 | <p> |
448 | <p> |
| 434 | PCMCIA-users should first install the <c>pcmcia-cs</c> package. This also |
449 | PCMCIA users should first install the <c>pcmciautils</c> package. |
| 435 | includes users who will be working with a 2.6 kernel (even though they won't be |
|
|
| 436 | using the PCMCIA drivers from this package). The <c>USE="-X"</c> is necessary |
|
|
| 437 | to avoid installing xorg-x11 at this moment: |
|
|
| 438 | </p> |
450 | </p> |
| 439 | |
451 | |
| 440 | <pre caption="Installing pcmcia-cs"> |
452 | <pre caption="Installing pcmciautils"> |
| 441 | # <i>USE="-X" emerge pcmcia-cs</i> |
453 | # <i>emerge pcmciautils</i> |
| 442 | </pre> |
|
|
| 443 | |
|
|
| 444 | <p> |
|
|
| 445 | When <c>pcmcia-cs</c> is installed, add <c>pcmcia</c> to the <e>default</e> |
|
|
| 446 | runlevel: |
|
|
| 447 | </p> |
|
|
| 448 | |
|
|
| 449 | <pre caption="Adding pcmcia to the default runlevel"> |
|
|
| 450 | # <i>rc-update add pcmcia default</i> |
|
|
| 451 | </pre> |
454 | </pre> |
| 452 | |
455 | |
| 453 | </body> |
456 | </body> |
| 454 | </subsection> |
457 | </subsection> |
| 455 | </section> |
458 | </section> |
| … | |
… | |
| 513 | |
516 | |
| 514 | <p> |
517 | <p> |
| 515 | Take special care with the <c>KEYMAP</c> variable. If you select the wrong |
518 | Take special care with the <c>KEYMAP</c> variable. If you select the wrong |
| 516 | <c>KEYMAP</c>, you will get weird results when typing on your keyboard. |
519 | <c>KEYMAP</c>, you will get weird results when typing on your keyboard. |
| 517 | </p> |
520 | </p> |
| 518 | |
|
|
| 519 | <note test="func:keyval('arch')='SPARC'"> |
|
|
| 520 | Users of USB-based SPARC systems and SPARC clones might need to select an i386 |
|
|
| 521 | keymap (such as "us") instead of "sunkeymap". |
|
|
| 522 | </note> |
|
|
| 523 | |
521 | |
| 524 | <note test="substring(func:keyval('arch'),1,3)='PPC'"> |
522 | <note test="substring(func:keyval('arch'),1,3)='PPC'"> |
| 525 | PPC uses x86 keymaps on most systems. Users who want to be able to use ADB |
523 | PPC uses x86 keymaps on most systems. Users who want to be able to use ADB |
| 526 | keymaps on boot have to enable ADB keycode sendings in their kernel and have to |
524 | keymaps on boot have to enable ADB keycode sendings in their kernel and have to |
| 527 | set a mac/ppc keymap in <path>/etc/conf.d/keymaps</path>. |
525 | set a mac/ppc keymap in <path>/etc/conf.d/keymaps</path>. |