| … | |
… | |
| 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.86 2006/10/28 09:17:54 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.87 2006/11/02 23:29:27 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | You need to edit some important configuration files. In this chapter |
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 |
13 | you receive an overview of these files and an explanation on how to |
| 14 | proceed. |
14 | proceed. |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <version>7.4</version> |
17 | <version>7.5</version> |
| 18 | <date>2006-10-20</date> |
18 | <date>2006-11-02</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Filesystem Information</title> |
21 | <title>Filesystem Information</title> |
| 22 | <subsection> |
22 | <subsection> |
| 23 | <title>What is fstab?</title> |
23 | <title>What is fstab?</title> |
| … | |
… | |
| 137 | <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'"> |
| 138 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
138 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
| 139 | /dev/hda2 none swap sw 0 0 |
139 | /dev/hda2 none swap sw 0 0 |
| 140 | /dev/hda3 / ext3 noatime 0 1 |
140 | /dev/hda3 / ext3 noatime 0 1 |
| 141 | |
141 | |
| 142 | none /proc proc defaults 0 0 |
142 | proc /proc proc defaults 0 0 |
| 143 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
143 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 144 | |
144 | |
| 145 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
145 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 146 | </pre> |
146 | </pre> |
| 147 | |
147 | |
| 148 | <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'"> |
| 149 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
149 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
| 150 | /dev/sda3 none swap sw 0 0 |
150 | /dev/sda3 none swap sw 0 0 |
| 151 | /dev/sda4 / ext3 noatime 0 1 |
151 | /dev/sda4 / ext3 noatime 0 1 |
| 152 | |
152 | |
| 153 | none /proc proc defaults 0 0 |
153 | proc /proc proc defaults 0 0 |
| 154 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
154 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 155 | |
155 | |
| 156 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
156 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 157 | </pre> |
157 | </pre> |
| 158 | |
158 | |
| 159 | <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'"> |
| 160 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
160 | <keyval id="/boot"/> /boot ext2 defaults,noatime 1 2 |
| 161 | /dev/sda2 none swap sw 0 0 |
161 | /dev/sda2 none swap sw 0 0 |
| 162 | /dev/sda3 / ext3 noatime 0 1 |
162 | /dev/sda3 / ext3 noatime 0 1 |
| 163 | |
163 | |
| 164 | none /proc proc defaults 0 0 |
164 | proc /proc proc defaults 0 0 |
| 165 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
165 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 166 | |
166 | |
| 167 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
167 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 168 | </pre> |
168 | </pre> |
| 169 | |
169 | |
| 170 | <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'"> |
| … | |
… | |
| 172 | /dev/sda2 none swap sw 0 0 |
172 | /dev/sda2 none swap sw 0 0 |
| 173 | /dev/sda4 /usr ext3 noatime 0 2 |
173 | /dev/sda4 /usr ext3 noatime 0 2 |
| 174 | /dev/sda5 /var ext3 noatime 0 2 |
174 | /dev/sda5 /var ext3 noatime 0 2 |
| 175 | /dev/sda6 /home ext3 noatime 0 2 |
175 | /dev/sda6 /home ext3 noatime 0 2 |
| 176 | |
176 | |
| 177 | none /proc/openprom openpromfs defaults 0 0 |
177 | openprom /proc/openprom openpromfs defaults 0 0 |
| 178 | none /proc proc defaults 0 0 |
178 | proc /proc proc defaults 0 0 |
| 179 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
179 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 180 | |
180 | |
| 181 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
181 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 182 | </pre> |
182 | </pre> |
| 183 | |
183 | |
| 184 | <note test="func:keyval('arch')='PPC'"> |
184 | <note test="func:keyval('arch')='PPC'"> |
| … | |
… | |
| 188 | |
188 | |
| 189 | <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'"> |
| 190 | /dev/hda4 / ext3 noatime 0 1 |
190 | /dev/hda4 / ext3 noatime 0 1 |
| 191 | /dev/hda3 none swap sw 0 0 |
191 | /dev/hda3 none swap sw 0 0 |
| 192 | |
192 | |
| 193 | none /proc proc defaults 0 0 |
193 | proc /proc proc defaults 0 0 |
| 194 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
194 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 195 | |
195 | |
| 196 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
196 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 197 | </pre> |
197 | </pre> |
| 198 | |
198 | |
| 199 | <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'"> |
| 200 | /dev/sda4 / ext3 noatime 0 1 |
200 | /dev/sda4 / ext3 noatime 0 1 |
| 201 | /dev/sda3 none swap sw 0 0 |
201 | /dev/sda3 none swap sw 0 0 |
| 202 | |
202 | |
| 203 | none /proc proc defaults 0 0 |
203 | proc /proc proc defaults 0 0 |
| 204 | none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
204 | shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
| 205 | |
205 | |
| 206 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
206 | /dev/cdrom /mnt/cdrom auto noauto,user 0 0 |
| 207 | </pre> |
207 | </pre> |
| 208 | |
208 | |
| 209 | <p> |
209 | <p> |