Changeset 2f86e05


Ignore:
Timestamp:
04/09/2001 02:42:35 PM (23 years ago)
Author:
Gerard Beekmans <gerard@…>
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, v3_0, v3_1, v3_2, v3_3, v4_0, v4_1, 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:
4d994af4
Parents:
aa6b597
Message:

Spell Checks

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

Location:
chapter05
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter05/bash-exp.xml

    raa6b597 r2f86e05  
    1010<userinput>--prefix=$LFS/usr:</userinput> This configure option installs
    1111all of Bash's files under the $LFS/usr directory, which becomes the /usr
    12 directory after the user chrooted into $LFS or when he rebooted
     12directory after the user chroot'ed into $LFS or when he rebooted
    1313the system into LFS.
    1414</para>
     
    1717<userinput>--bindir=$LFS/bin:</userinput> This installs the executable
    1818files in $LFS/bin. We do this because we want bash to be in /bin, not in
    19 /usr/bin. One reason being: the /usr partition might be on a seperate
     19/usr/bin. One reason being: the /usr partition might be on a separate
    2020partition which has to be mounted at some point. Before that partition is
    2121mounted a user needs and will want to have bash available (it will be hard to
  • chapter05/bash-inst.xml

    raa6b597 r2f86e05  
    2121If a user gets errors when compiling bash that tell about not being able to
    2222find <quote>-lcurses</quote>, these two commands should be run to create the
    23 missing symlink (so far we have not enountered one distribution that has
     23missing symlink (so far we have not encountered one distribution that has
    2424this libncurses symlink setup properly, except for LFS systems, where it
    2525is setup properly):
  • chapter05/binutils-exp.xml

    raa6b597 r2f86e05  
    33
    44<para>
    5 <userinput>make -e:</userinput> The -e paramater tells make that
     5<userinput>make -e:</userinput> The -e parameter tells make that
    66environment variables take precedence over variables defined in the
    77Makefile file(s). This is needed in order to successfully link binutils
  • chapter05/gcc-exp.xml

    raa6b597 r2f86e05  
    1111<para>
    1212<userinput>ln -s ../usr/bin/cpp:</userinput> This
    13 creates the $LFS/lib/cpp symlink. Some packages explicitely try to find
     13creates the $LFS/lib/cpp symlink. Some packages explicitly try to find
    1414cpp in /lib.
    1515</para>
  • chapter05/pwdgroup.xml

    raa6b597 r2f86e05  
    33
    44<para>
    5 In order for user and group root to be recognized and to be able to logon
     5In order for user and group root to be recognized and to be able to login,
    66it needs an entry in the /etc/passwd and /etc/group file. Besides the
    77group root a couple of other groups are recommended and needed by
  • chapter05/tar-inst.xml

    raa6b597 r2f86e05  
    44<para>
    55To be able to directly use bzip2 files with tar, use the tar
    6 patch avaiable from the LFS FTP site. This patch will add the -y option
     6patch available from the LFS FTP site. This patch will add the -y option
    77to tar which works the same as the -z option to tar (which can be used
    88for gzip files).
Note: See TracChangeset for help on using the changeset viewer.