| … | |
… | |
| 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-ppc64-medium.xml,v 1.1 2004/08/05 13:07:33 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 1.2 2004/08/08 10:12:39 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> |
| … | |
… | |
| 630 | <comment>Activate DMA + Safe Performance-enhancing Options:</comment> # <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i> |
630 | <comment>Activate DMA + Safe Performance-enhancing Options:</comment> # <i>hdparm -d 1 -A 1 -m 16 -u 1 -a 64 /dev/hda</i> |
| 631 | </pre> |
631 | </pre> |
| 632 | |
632 | |
| 633 | </body> |
633 | </body> |
| 634 | </subsection> |
634 | </subsection> |
| 635 | <subsection> |
635 | <subsection id="useraccounts"> |
| 636 | <title>Optional: User Accounts</title> |
636 | <title>Optional: User Accounts</title> |
| 637 | <body> |
637 | <body> |
| 638 | |
638 | |
| 639 | <p> |
639 | <p> |
| 640 | If you plan on giving other people access to your installation |
640 | If you plan on giving other people access to your installation |
| … | |
… | |
| 676 | </pre> |
676 | </pre> |
| 677 | |
677 | |
| 678 | </body> |
678 | </body> |
| 679 | </subsection> |
679 | </subsection> |
| 680 | <subsection> |
680 | <subsection> |
|
|
681 | <title>Optional: Viewing Documentation while Installing</title> |
|
|
682 | <body> |
|
|
683 | |
|
|
684 | <p> |
|
|
685 | If you want to view the Gentoo Handbook (either from-CD or online) during the |
|
|
686 | installation, make sure you have created a user account (see <uri |
|
|
687 | link="#useraccouts">Optional: User Accounts</uri>). Then press <c>Alt-F2</c> to |
|
|
688 | go to a new terminal and log in. |
|
|
689 | </p> |
|
|
690 | |
|
|
691 | <p> |
|
|
692 | If you want to view the documentation on the CD you can immediately run |
|
|
693 | <c>links2</c> to read it: |
|
|
694 | </p> |
|
|
695 | |
|
|
696 | <pre caption="Viewing the on-CD documentation"> |
|
|
697 | # <i>links2 /mnt/cdrom/docs/html/index.html</i> |
|
|
698 | </pre> |
|
|
699 | |
|
|
700 | <p> |
|
|
701 | However, it is preferred that you use the online Gentoo Handbook as it will be |
|
|
702 | more recent than the one provided on the CD. You can view it using <c>links2</c> |
|
|
703 | as well, but only after having completed the <e>Configuring your Network</e> |
|
|
704 | chapter (otherwise you won't be able to go on the Internet to view the |
|
|
705 | document): |
|
|
706 | </p> |
|
|
707 | |
|
|
708 | <pre caption="Viewing the Online Documentation"> |
|
|
709 | # <i>links2 http://www.gentoo.org/doc/en/handbook/handbook-ppc64.xml</i> |
|
|
710 | </pre> |
|
|
711 | |
|
|
712 | <p> |
|
|
713 | You can go back to your original terminal by pressing <c>Alt-F1</c>. |
|
|
714 | </p> |
|
|
715 | |
|
|
716 | </body> |
|
|
717 | </subsection> |
|
|
718 | <subsection> |
| 681 | <title>Optional: Starting the SSH Daemon</title> |
719 | <title>Optional: Starting the SSH Daemon</title> |
| 682 | <body> |
720 | <body> |
| 683 | |
721 | |
| 684 | <p> |
722 | <p> |
| 685 | If you want to allow other users to access your computer during the |
723 | If you want to allow other users to access your computer during the |