Changeset d909eb3 for chapter02


Ignore:
Timestamp:
12/16/2004 09:25:35 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
c30ef42
Parents:
2b11d898
Message:

Merged stuff from RAQ2 in chapter02.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter02
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingfilesystem.xml

    r2b11d898 rd909eb3  
    3333partition.</para>
    3434
     35<para arch="raq2">If you used the partition scheme that was recommended, here are the
     36commands you can use to format the necessary drives:</para>
     37
     38<screen arch="raq2"><userinput>mke2fs -r 0 /dev/hda1
     39mke2fs /dev/hda2
     40mkswap /dev/hda3</userinput></screen>
     41
    3542</sect1>
    3643
  • chapter02/creatingpartition.xml

    r2b11d898 rd909eb3  
    5454file.</para>
    5555
     56<para arch="raq2">On a Cobalt RaQ2/Cube2 we use the existing firmware for a boot loader,
     57it requires an ext2 revision 0 partition to boot from. So here is the
     58recommended partition for a Cobalt RaQ2/Cube2 system:</para>
     59
     60<itemizedlist arch="raq2">
     61<listitem><para>The first partition should be 50-100 MB.</para></listitem>
     62<listitem><para>The second partition should be all the remaining space minus the
     63amount of RAM in the system.</para></listitem>
     64<listitem><para>The third partition is going to be your swap partition, which will
     65be the same amount as the RAM installed in the system.</para></listitem>
     66</itemizedlist>
     67
    5668</sect1>
    5769
Note: See TracChangeset for help on using the changeset viewer.