| … | |
… | |
| 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-ppc-disk.xml,v 1.41 2007/05/08 23:50:30 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.42 2007/05/09 00:52:08 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>8.1</version> |
11 | <version>8.1</version> |
| 12 | <date>2007-05-08</date> |
12 | <date>2007-05-08</date> |
| … | |
… | |
| 453 | </p> |
453 | </p> |
| 454 | |
454 | |
| 455 | <p> |
455 | <p> |
| 456 | If you intend to also install MorphOS on your Pegasos create an affs1 filesystem |
456 | If you intend to also install MorphOS on your Pegasos create an affs1 filesystem |
| 457 | at the start of the drive. 32MB should be more than enough to store the MorphOS |
457 | at the start of the drive. 32MB should be more than enough to store the MorphOS |
| 458 | kernel. If you have a Pegasos I or intend to use any filesystem besides ext2 or |
458 | kernel. If you have a Pegasos I or intend to use any filesystem besides ext2 or |
| 459 | ext3, you will also have to store your Linux kernel on this partition (the |
459 | ext3, you will also have to store your Linux kernel on this partition (the |
| 460 | Pegasos II can only boot from ext2/ext3 or affs1 partitions). To create the |
460 | Pegasos II can only boot from ext2/ext3 or affs1 partitions). To create the |
| 461 | partition run <c>mkpart primary affs1 START END</c> where <c>START</c> and |
461 | partition run <c>mkpart primary affs1 START END</c> where <c>START</c> and |
| 462 | <c>END</c> should be replaced with the megabyte range (e.g. <c>0 32</c> which |
462 | <c>END</c> should be replaced with the megabyte range (e.g. <c>0 32</c>) which |
| 463 | creates a 32 MB partition starting at 0MB and ending at 32MB. If you chose to |
463 | creates a 32 MB partition starting at 0MB and ending at 32MB. If you chose to |
| 464 | create an ext2 or ext3 partition instead, substitute ext2 or ext3 for affs1 in |
464 | create an ext2 or ext3 partition instead, substitute ext2 or ext3 for affs1 in |
| 465 | the mkpart command. |
465 | the mkpart command. |
| 466 | </p> |
466 | </p> |
| 467 | |
467 | |