| … | |
… | |
| 151 | SPARC-user, you should add the following line to your <path>/etc/fstab</path> |
151 | SPARC-user, you should add the following line to your <path>/etc/fstab</path> |
| 152 | too: |
152 | too: |
| 153 | </p> |
153 | </p> |
| 154 | |
154 | |
| 155 | <pre caption="Adding openprom filesystem to /etc/fstab"> |
155 | <pre caption="Adding openprom filesystem to /etc/fstab"> |
| 156 | none /proc/openprom openpromfs defaults 0 0 |
156 | none /proc/openprom openpromfs defaults 0 0 |
|
|
157 | </pre> |
|
|
158 | |
|
|
159 | <p> |
|
|
160 | If you need <c>usbfs</c>, add the following line to <path>/etc/fstab</path>: |
|
|
161 | </p> |
|
|
162 | |
|
|
163 | <pre caption="Adding usbfs filesystem to /etc/fstab"> |
|
|
164 | none /proc/bus/usb usbfs defaults 0 0 |
| 157 | </pre> |
165 | </pre> |
| 158 | |
166 | |
| 159 | <p> |
167 | <p> |
| 160 | Reread your <path>/etc/fstab</path>, save and quit to continue. |
168 | Reread your <path>/etc/fstab</path>, save and quit to continue. |
| 161 | </p> |
169 | </p> |
| … | |
… | |
| 318 | <pre caption="Opening /etc/hosts"> |
326 | <pre caption="Opening /etc/hosts"> |
| 319 | # <i>nano -w /etc/hosts</i> |
327 | # <i>nano -w /etc/hosts</i> |
| 320 | </pre> |
328 | </pre> |
| 321 | |
329 | |
| 322 | <pre caption="Filling in the networking information"> |
330 | <pre caption="Filling in the networking information"> |
| 323 | 127.0.0.1 localhost tux |
331 | 127.0.0.1 tux.homenetwork localhost |
| 324 | 192.168.0.5 jenny |
332 | 192.168.0.5 jenny |
| 325 | 192.168.0.56 benny |
333 | 192.168.0.56 benny |
| 326 | </pre> |
334 | </pre> |
| 327 | |
335 | |
| 328 | <p> |
336 | <p> |