| … | |
… | |
| 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-alpha-medium.xml,v 1.1 2004/04/02 08:14:45 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.4 2004/04/15 11:59:45 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Hardware Requirements</title> |
11 | <title>Hardware Requirements</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 301 | <li> |
301 | <li> |
| 302 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace |
302 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace |
| 303 | <path>/dev/hdc</path> with your CD-RW drive's device path) followed |
303 | <path>/dev/hdc</path> with your CD-RW drive's device path) followed |
| 304 | by the path to the ISO file :) |
304 | by the path to the ISO file :) |
| 305 | </li> |
305 | </li> |
|
|
306 | <li> |
|
|
307 | With K3B, select <c>Tools</c> > <c>CD</c> > <c>Burn Image</c>. The |
|
|
308 | under the 'Image to Burn' area, locate the ISO file. Finally click |
|
|
309 | <c>Start</c>. |
|
|
310 | </li> |
| 306 | </ul> |
311 | </ul> |
| 307 | |
312 | |
| 308 | </body> |
313 | </body> |
| 309 | </subsection> |
314 | </subsection> |
| 310 | <subsection> |
315 | <subsection> |
| … | |
… | |
| 439 | New password: <comment>(Enter your new password)</comment> |
444 | New password: <comment>(Enter your new password)</comment> |
| 440 | Re-enter password: <comment>(Re-enter your password)</comment> |
445 | Re-enter password: <comment>(Re-enter your password)</comment> |
| 441 | </pre> |
446 | </pre> |
| 442 | |
447 | |
| 443 | <p> |
448 | <p> |
| 444 | To create a user account, we first enter his credentials, followed by |
449 | To create a user account, we first enter their credentials, followed by |
| 445 | its password. We use <c>useradd</c> and <c>passwd</c> for these tasks. |
450 | its password. We use <c>useradd</c> and <c>passwd</c> for these tasks. |
| 446 | In the next example, we create a user called "john". |
451 | In the next example, we create a user called "john". |
| 447 | </p> |
452 | </p> |
| 448 | |
453 | |
| 449 | <pre caption="Creating a user account"> |
454 | <pre caption="Creating a user account"> |