Changeset 17476c5 for chapter01


Ignore:
Timestamp:
01/26/2004 10:23:41 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
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_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:
daaa0941
Parents:
f2f5117
Message:

Removing some excess white space.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/how.xml

    rf2f5117 r17476c5  
    2424<para>The first thing to be done in <xref linkend="chapter05"/> is build a
    2525first pass of the toolchain, made up of Binutils and GCC. The programs from
    26 these  packages will be linked statically in order for them to be usable
     26these packages will be linked statically in order for them to be usable
    2727independently of the host system. The second thing to do is build Glibc, the
    2828C library. Glibc will be compiled by the toolchain programs we just built in
     
    4141
    4242<para>In <xref linkend="chapter06"/> your real LFS system will be built. The
    43 chroot (change root)  program is used to enter a virtual environment and start
     43chroot (change root) program is used to enter a virtual environment and start
    4444a new shell whose root directory will be set to the LFS partition. This is very
    4545similar to rebooting and instructing the kernel to mount the LFS partition as
     
    5555<xref linkend="chapter07"/>, the kernel and bootloader are set up in
    5656<xref linkend="chapter08"/>, and <xref linkend="chapter09"/> contains some
    57 pointers to help you after you finish the book.  Then, finally, you're ready to
     57pointers to help you after you finish the book. Then, finally, you're ready to
    5858reboot your computer into your new LFS system.</para>
    5959
Note: See TracChangeset for help on using the changeset viewer.