Changeset c94dd38


Ignore:
Timestamp:
09/11/2003 08:27:27 PM (21 years ago)
Author:
Jeremy Utley <jeremy@…>
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:
955533b
Parents:
73f7c1a
Message:

Minor textual and command changes from lfs-dev

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter04/chapter04.xml

    r73f7c1a rc94dd38  
    1919pages will give you easy access to the official download sites as well as
    2020project websites, mailinglists, FAQs, Changelogs and more.</para>
     21
     22<para>We can't guarantee that these download locations are always available
     23to you. In case a download location has changed since this book was
     24published, please try to google for the package. Should you remain
     25unsuccessful with this you should consult the book's errata page at
     26<ulink url="http://linuxfromscratch.org/lfs/print"/> or try
     27the alternative means of download listed at
     28<ulink url="http://linuxfromscratch.org/lfs/packages.html"/></para>
    2129
    2230<!--
  • chapter05/glibc-inst.xml

    r73f7c1a rc94dd38  
    1919
    2020<para>Though it is a harmless message, the install stage of Glibc will
    21 complain about the absence of <filename>/etc/ld.so.conf</filename>.
     21complain about the absence of <filename>/tools/etc/ld.so.conf</filename>.
    2222Fix this annoying little error with:</para>
    2323
  • chapter06/adjustingtoolchain.xml

    r73f7c1a rc94dd38  
    1313<filename class="directory">binutils-build</filename> directory:</para>
    1414
    15 <para><screen><userinput>make -C ld INSTALL=/tools/bin/install install-data-local</userinput></screen></para>
     15<para><screen><userinput>make -C ld install-data-local</userinput></screen></para>
    1616
    1717<para>The linker scripts now contain
  • chapter06/changingowner.xml

    r73f7c1a rc94dd38  
    2626
    2727<para>The command uses "0:0" instead of "root:root", because chown is unable
    28 to resolve the name "root" until glibc has been installed.</para>
     28to resolve the name "root" until the password file has been created.</para>
    2929
    3030</sect1>
  • chapter06/chroot.xml

    r73f7c1a rc94dd38  
    4040
    4141<para>Note that the bash prompt will say "I have no name!" This is
    42 normal, as the Glibc package hasn't been installed yet.</para>
     42normal, as the <filename>/etc/passwd</filename> file has not been
     43created yet.</para>
    4344
    4445</sect1>
  • chapter06/revisedchroot.xml

    r73f7c1a rc94dd38  
    44
    55<para>From now on when you exit the chroot environment and wish to re-enter
    6 it, you need to run the following modified chroot command. The one at the
    7 beginning of this chapter might not work anymore (if your host distribution
    8 was based on Glibc-2.2.x or older, the programs in <filename
    9 class="directory">/tools/bin</filename>, such as <filename>bash</filename>,
    10 will not work anymore). The following chroot command will work regardless
    11 of your host distribution's Glibc version.</para>
     6it, you should run the following modified chroot command.</para>
    127
    138<para>Additionally, now that all software has been installed there is no
    149need to use anything from the <filename
    15 class="directory">/tools</filename> directory anymore.</para>
     10class="directory">/tools</filename> directory anymore, so it may be deleted.
     11However, since the TCL, Expect, and DejaGNU packages only exist here, you
     12may want to reinstall them after removing the /tools directory.</para>
    1613
    1714<para><screen><userinput>chroot $LFS /usr/bin/env -i \
Note: See TracChangeset for help on using the changeset viewer.