| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 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-sparc-medium.xml,v 1.15 2004/08/08 10:12:39 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.16 2004/10/18 15:56:59 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> |
| 13 | <title>Introduction</title> |
13 | <title>Introduction</title> |
| 14 | <body> |
14 | <body> |
| 15 | |
15 | |
| 16 | <p> |
16 | <p> |
| 17 | Before we start, we first list what hardware requirements you need to |
17 | Before we start, we first list what hardware requirements you need to |
| 18 | successfully install Gentoo on your box. This of course depends on your |
18 | successfully install Gentoo on your box. This of course depends on your |
| 19 | architecture. |
19 | architecture. |
| 20 | </p> |
20 | </p> |
| 21 | |
21 | |
| 22 | </body> |
22 | </body> |
| … | |
… | |
| 564 | </p> |
564 | </p> |
| 565 | |
565 | |
| 566 | <pre caption="Creating a user account"> |
566 | <pre caption="Creating a user account"> |
| 567 | # <i>useradd john</i> |
567 | # <i>useradd john</i> |
| 568 | # <i>passwd john</i> |
568 | # <i>passwd john</i> |
| 569 | New password: <comment>(Enter john's password)</comment> |
569 | New password: <comment>(Enter john's password)</comment> |
| 570 | Re-enter password: <comment>(Re-enter john's password)</comment> |
570 | Re-enter password: <comment>(Re-enter john's password)</comment> |
| 571 | </pre> |
571 | </pre> |
| 572 | |
572 | |
| 573 | <p> |
573 | <p> |
| 574 | You can change your user id from root to the newly created user by using |
574 | You can change your user id from root to the newly created user by using |
| 575 | <c>su</c>: |
575 | <c>su</c>: |
| 576 | </p> |
576 | </p> |
| 577 | |
577 | |
| 578 | <pre caption="Changing user id"> |
578 | <pre caption="Changing user id"> |
| 579 | # <i>su john -</i> |
579 | # <i>su - john</i> |
| 580 | </pre> |
580 | </pre> |
| 581 | |
581 | |
| 582 | </body> |
582 | </body> |
| 583 | </subsection> |
583 | </subsection> |
| 584 | <subsection> |
584 | <subsection> |
| 585 | <title>Optional: Viewing Documentation while Installing</title> |
585 | <title>Optional: Viewing Documentation while Installing</title> |
| 586 | <body> |
586 | <body> |
| 587 | |
587 | |
| 588 | <p> |
588 | <p> |
| 589 | If you want to view the Gentoo Handbook (either from-CD or online) during the |
589 | If you want to view the Gentoo Handbook (either from-CD or online) during the |
| 590 | installation, make sure you have created a user account (see <uri |
590 | installation, make sure you have created a user account (see <uri |
| 591 | link="#useraccouts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> to |
591 | link="#useraccouts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> to |
| 592 | go to a new terminal and log in. |
592 | go to a new terminal and log in. |
| 593 | </p> |
593 | </p> |
| 594 | |
594 | |