Changeset a76cbca


Ignore:
Timestamp:
07/18/2006 06:29:09 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.2
Children:
8996cc9f
Parents:
2e3e489
Message:

Text corrections thanks to Chris Staub

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r2e3e489 ra76cbca  
    3636    </listitem>
    3737-->
     38   
     39    <listitem>
     40      <para>Date</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Several textual corrections.  Thanks to
     44          Chris Staub.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48   
    3849    <listitem>
    3950      <para>July 15, 2006</para>
  • chapter01/how.xml

    r2e3e489 ra76cbca  
    1212
    1313  <para>The LFS system will be built by using a previously installed
    14   Linux distribution (such as Debian, Mandrake, Red Hat, or SuSE). This
     14  Linux distribution (such as Debian, Mandriva, Red Hat, or SuSE). This
    1515  existing Linux system (the host) will be used as a starting point to
    1616  provide necessary programs, including a compiler, linker, and shell,
  • chapter05/gcc-pass2.xml

    r2e3e489 ra76cbca  
    8686
    8787    <para>Apply the following patch to change the location of GCC's default
    88     dynamiclinker (typically <filename
     88    dynamic linker (typically <filename
    8989    class="libraryfile">ld-linux.so.2</filename>):</para>
    9090
  • chapter06/findutils.xml

    r2e3e489 ra76cbca  
    7272    may not be available during the early stages of booting, this program
    7373    needs to be on the root partition.  The <command>updatedb</command>
    74     script also needs to correct an explicit path.</para>
     74    script also needs to be modified to correct an explicit path:</para>
    7575
    7676<screen><userinput>mv -v /usr/bin/find /bin</userinput>
  • chapter06/readline.xml

    r2e3e489 ra76cbca  
    8787    <para>Next, remove the <filename class="extension">.so</filename> files in
    8888    <filename class="directory">/lib</filename> and relink them into <filename
    89     class="directory">/usr/lib</filename>.</para>
     89    class="directory">/usr/lib</filename>:</para>
    9090
    9191<screen><userinput>rm -v /lib/lib{readline,history}.so
  • chapter06/shadow.xml

    r2e3e489 ra76cbca  
    6363
    6464    <para>Disable the installation of the <command>groups</command> program
    65     and its man page, as Coreutils provides a better version:</para>
     65    and its man pages, as Coreutils provides a better version:</para>
    6666
    6767<screen><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
  • chapter06/sysklogd.xml

    r2e3e489 ra76cbca  
    3737
    3838    <para>The following patch fixes various issues, including a problem building
    39     Sysklogd with Linux 2.6 series kernels</para>
     39    Sysklogd with Linux 2.6 series kernels:</para>
    4040
    4141<screen><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen>
     
    4343    <para>The following patch makes sysklogd treat bytes in the 0x80--0x9f range
    4444    literally in the messages being logged, instead of replacing them with octal
    45     codes. Unpatched sysklogd would damage messages in the UTF-8 encoding.</para>
     45    codes. Unpatched sysklogd would damage messages in the UTF-8 encoding:</para>
    4646
    4747<screen><userinput>patch -Np1 -i ../&sysklogd-8bit-patch;</userinput></screen>
  • chapter06/udev.xml

    r2e3e489 ra76cbca  
    3737
    3838    <para>The udev-config tarball contains LFS-specific files used to configure
    39     Udev.</para>
     39    Udev. Unpack it into the Udev source directory:</para>
    4040
    4141<screen><userinput>tar xf ../&udev-config;.tar.bz2</userinput></screen>
  • chapter08/kernel.xml

    r2e3e489 ra76cbca  
    7676    configuration menus and create the kernel configuration from
    7777    scratch.</para>
    78 
    79     <note>
    80       <para>NPTL requires the kernel to be compiled with GCC-3.x or later, in
    81       this case &gcc-version;. It is not recommended to compile the kernel with
    82       GCC-2.95.x, as this causes failures in the Glibc test suite. Normally,
    83       this wouldn't be mentioned as LFS doesn't build GCC-2.95.x. Unfortunately,
    84       the kernel documentation is outdated and still claims GCC-2.95.3 is the
    85       recommended compiler.</para>
    86     </note>
    8778
    8879    <para>Compile the kernel image and modules:</para>
  • general.ent

    r2e3e489 ra76cbca  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "6.2-pre1">
    3 <!ENTITY releasedate "July 16, 2006">
     2<!ENTITY version "6.2-pre2">
     3<!ENTITY releasedate "July 19, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "6.2"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.