Changeset a12d507


Ignore:
Timestamp:
05/08/2006 08:08:04 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
ad3a136
Parents:
83b720b
Message:

Fix a couple of typos in the prologue

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

Location:
prologue
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prologue/hostreqs.xml

    r83b720b ra12d507  
    8282      GCC.</para>
    8383
    84       <para>If the host kernel is either 2.6.x, or it was not compiled using
    85       a GCC-3.0 (or later) compiler, you will have to replace the kernel with
    86       one adhering to the specifications. There are two methods you can take
    87       to solve this. First, see if your Linux vendor provides a 2.6 kernel
    88       package. If so, you may wish to install it. If your vendor doesn't offer
    89       a 2.6 kernel package, or you would prefer not to install it, then you
    90       can compile a 2.6 kernel yourself. Instructions for compiling the kernel
    91       and configuring the boot loader (assuming the host uses GRUB) are located
    92       in <xref linkend="chapter-bootable"/>.</para>
     84      <para>If the host kernel is either earlier than 2.6.x, or it was not
     85      compiled using a GCC-3.0 (or later) compiler, you will have to replace
     86      the kernel with one adhering to the specifications. There are two methods
     87      you can take to solve this. First, see if your Linux vendor provides a
     88      2.6 kernel package. If so, you may wish to install it. If your vendor
     89      doesn't offer a 2.6 kernel package, or you would prefer not to install it,
     90      then you can compile a 2.6 kernel yourself. Instructions for compiling the
     91      kernel and configuring the boot loader (assuming the host uses GRUB) are
     92      located in <xref linkend="chapter-bootable"/>.</para>
    9393    </listitem>
    9494
  • prologue/prerequisites.xml

    r83b720b ra12d507  
    3535
    3636      <para>This is a comprehensive guide to building and installing
    37       <quote>generic</quote> Unix software distributions under Linux.</para>
     37      <quote>generic</quote> Unix software packages under Linux.</para>
    3838    </listitem>
    3939
Note: See TracChangeset for help on using the changeset viewer.