Changeset 5e49531


Ignore:
Timestamp:
08/29/2003 11:20:53 PM (21 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_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:
391d2ee
Parents:
89fcc34
Message:

Adding some missing markup, and changing remaining /static's to /stage1's.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r89fcc34 r5e49531  
    121121</para></listitem>
    122122
     123<listitem><para>August 30th, 2003 [alex]: Added some missing markup, changed
     124a few /static's to /stage1's.</para></listitem>
     125
     126<listitem><para>August 30th, 2003 [alex]: Chapter 06 - Added all the missing
     127text lines before the make checks, and reworded other lines.</para></listitem>
     128
     129<listitem><para>August 28th, 2003 [alex]: Chapter 06 - Re-adjusting toolchain:
     130Added a forgotten backslash.</para></listitem>
     131
     132<listitem><para>August 28th, 2003 [alex]: Fixed a few typos and added some
     133missing markup.</para></listitem>
     134
     135<listitem><para>August 28th, 2003 [alex]: Chapter 06 - Binutils and GCC:
     136Integrated text from the pure-lfs hint.</para></listitem>
     137
     138<listitem><para>August 27th, 2003 [alex]: Chapter 06 - Glibc: Integrated text
     139from the pure-lfs hint.</para></listitem>
     140
    123141<listitem><para>August 26th, 2003 [alex]: Chapter 06 &amp; 08 - Moved the
    124142installation of the kernel manpages from chapter 6 to 8.</para></listitem>
  • chapter06/bootscripts-inst.xml

    r89fcc34 r5e49531  
    55
    66<para>We will be using SysV style init scripts. We have chosen this style
    7 because it is widely used and we feel comfortable with it. If you would
    8 prefer to try something else, Marc Heerdink has written a hint about BSD
    9 style init scripts, which may be found at
    10 <ulink url="&hints-root;bsd-init.txt"/>.</para>
     7because it is widely used and we feel comfortable with it. If you would prefer
     8to try something else, Marc Heerdink has written a hint about BSD style init
     9scripts, to be found at <ulink url="&hints-root;bsd-init.txt"/>. And if you'd
     10like something more radical, search the LFS mailing lists for depinit.</para>
    1111
    1212<para>If you decide to use BSD style, or some other style scripts, you can
  • chapter06/gcc-2953-inst.xml

    r89fcc34 r5e49531  
    2020make install</userinput></screen></para>
    2121
    22 <para>Add the lib directory to ld.so.conf so they can be found during
    23 run-time:</para>
     22<para>Add the compiler's library directory to <filename>ld.so.conf</filename>,
     23so these libraries can be found at run time:</para>
    2424
    2525<para><screen><userinput>echo "/opt/gcc-2.95.3/lib" >> /etc/ld.so.conf
  • chapter06/introduction.xml

    r89fcc34 r5e49531  
    2626<para>The order in which packages are installed in this chapter has
    2727to be strictly followed, to ensure that no program gets a path referring
    28 to <filename class="directory">/static</filename> hard-wired into it.
     28to <filename class="directory">/stage1</filename> hard-wired into it.
    2929For the same reason, <emphasis>do not </emphasis> compile packages
    3030in parallel. Compiling in parallel may save you some time (especially on
    3131dual-CPU machines), but it could result in a program containing a
    32 hard-wired path to <filename class="directory">/static</filename>,
     32hard-wired path to <filename class="directory">/stage1</filename>,
    3333which will cause the program to stop working when the static directory
    3434is removed.</para>
  • chapter06/man-inst.xml

    r89fcc34 r5e49531  
    2828<emphasis>/usr/bin:/bin</emphasis> to PATH for the
    2929<userinput>./configure</userinput> command, we ensure that man doesn't
    30 use the programs in the <filename class="directory">/static</filename>
     30use the programs in the <filename class="directory">/stage1</filename>
    3131directory.</para>
    3232
  • chapter06/revisedchroot.xml

    r89fcc34 r5e49531  
    77beginning of this chapter might not work anymore (if your host distribution
    88was based on glibc-2.2.x or older, the programs in <filename
    9 class="directory">/static/bin</filename>, such as <filename>bash</filename>,
     9class="directory">/stage1/bin</filename>, such as <filename>bash</filename>,
    1010will not work anymore). The following chroot command will work regardless
    1111of your host distribution's Glibc version.</para>
     
    1313<para>Additionally, now that all software has been installed there is no
    1414need to use anything from the <filename
    15 class="directory">/static</filename> directory anymore.</para>
     15class="directory">/stage1</filename> directory anymore.</para>
    1616
    1717<para><screen><userinput>chroot $LFS /usr/bin/env -i \
  • chapter08/kernel-inst.xml

    r89fcc34 r5e49531  
    2626more information.</para>
    2727
    28 <para>If you wish, you may skip kernel configuration by copying the
    29 kernel config file, <filename>.config</filename>, from your host
    30 system to the
     28<para>If you wish, you may skip kernel configuration by simply copying the
     29kernel config file, <filename>.config</filename>, from your host system to the
    3130<filename class="directory">$LFS/usr/src/linux-&kernel-version;</filename>
    3231directory.</para>
    3332
    34 <para>It's important to note that to be compliant with Posix shared memory
     33<para>It's important to note that to be compliant with POSIX shared memory
    3534requirements, we must enable the tmpfs filesystem option, and mount a tmpfs
    36 filesystem at /dev/shm.</para>
     35filesystem at <filename>/dev/shm</filename>.</para>
    3736
    3837<para>Verify dependencies and create dependency information files:</para>
Note: See TracChangeset for help on using the changeset viewer.