Changeset 684183e


Ignore:
Timestamp:
10/08/2003 07:37:20 AM (21 years ago)
Author:
Greg Schafer <greg@…>
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.0, 6.1, 6.1.1, 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, v5_0, v5_1, v5_1_1, 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:
821b566
Parents:
2723b39
Message:

More small text adjustments.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc-inst.xml

    r2723b39 r684183e  
    66<para>Before starting to install Glibc, you must <userinput>cd</userinput>
    77into the <filename>glibc-&glibc-version;</filename> directory and unpack
    8 Glibc-linuxthreads in that directory, not in <filename>$LFS/tools/src</filename>
    9 as you would normally do.</para>
     8Glibc-linuxthreads in that directory, not in the directory where you usually
     9unpack all the sources.</para>
    1010
    1111<note><para>We are going to run the test suite for Glibc in this chapter.
  • chapter08/kernel-inst.xml

    r2723b39 r684183e  
    2727
    2828<para>If you wish, you may skip kernel configuration by simply copying the
    29 kernel config file, <filename>.config</filename>, from your host system to the
    30 <filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>
    31 directory.</para>
     29kernel config file, <filename>.config</filename>, from your host system
     30(assuming it is available) to the unpacked
     31<filename class="directory">linux-&kernel-version;</filename> directory.
     32However, we don't recommend this option. You're much better off exploring all
     33the configuration menus and creating your own kernel configuration from
     34scratch.</para>
    3235
    3336<para>For POSIX shared memory support, ensure that the kernel config option
     
    5053<filename>/etc/modules.conf</filename> file. Information pertaining
    5154to modules and to kernel configuration in general may be found in the
    52 kernel documentation, which is stored stored in
    53 <filename>/usr/src/linux-&kernel-version;/Documentation</filename>. The
     55kernel documentation, which is found in the
     56<filename>linux-&kernel-version;/Documentation</filename> directory. The
    5457modules.conf man page and the kernel HOWTO at
    5558<ulink url="&tldp-root;HOWTO/Kernel-HOWTO.html"/> may also be of
  • index.xml

    r2723b39 r684183e  
    44
    55
    6 <!ENTITY version "20031007">
    7 <!ENTITY releasedate "October 7th, 2003">
     6<!ENTITY version "20031008">
     7<!ENTITY releasedate "October 8th, 2003">
    88<!ENTITY nbsp " ">
    99
Note: See TracChangeset for help on using the changeset viewer.