Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingpartition.xml

    rec0a37e6 r69993f4  
    1919
    2020<para>A minimal system requires a partition of around 1.3 gigabytes
    21 (GB).  This is enough to store all the source tarballs and compile all
     21(GB).  This is enough to store all the source tarballs and compile
    2222the packages. However, if the LFS system is intended to be the primary
    2323Linux system, additional software will probably be installed which
     
    2626of space is to provide sufficient free temporary space. Compiling
    2727packages can require a lot of disk space which will be reclaimed after
    28 the package is installed, but you do need it temporarily.</para>
     28the package is installed.</para>
    2929
    30 <para>Because there is rarely enough RAM available for the process, it
    31 is a good idea to use a small disk partition as swap space.  This
    32 space is used by the kernel to store seldom-used data to make room in
    33 memory for active processes. The swap partition for an LFS system can
    34 be the same as the your host system, so another swap partition will
    35 not need to be created if your host system already uses one.</para>
     30<para>Because there is not always enough Random Access Memory (RAM)
     31available for compilation processes, it is a good idea to use a small
     32disk partition as swap space.  This space is used by the kernel to
     33store seldom-used data to make room in memory for active processes.
     34The swap partition for an LFS system can be the same as the one used
     35by the host system, so another swap partition will not need to be
     36created if your host system already uses one.</para>
    3637
    3738<para>Start a disk partitioning program such as
    38 <command>cfdisk</command> or <command>fdisk</command> with an command
     39<command>cfdisk</command> or <command>fdisk</command> with a command
    3940line option naming the hard disk on which the new partition will be
    40 created -- for example <filename>/dev/hda</filename> for the primary
     41created&mdash;for example <filename>/dev/hda</filename> for the primary
    4142Integrated Drive Electronics (IDE) disk. Create a Linux native
    4243partition and a swap partition, if needed. Please refer to the man
Note: See TracChangeset for help on using the changeset viewer.