Changeset 7f1fcd8 for chapter06


Ignore:
Timestamp:
10/24/2003 05:28:42 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, 12.2, 12.2-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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
323ef74
Parents:
494f01f
Message:

Adding several cross reference tags.

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

Location:
chapter06
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/aboutdebug.xml

    r494f01f r7f1fcd8  
    4242<userinput>strip --strip-debug $LFS/tools/bin/*</userinput>).</para>
    4343
    44 <para>For your convenience, Chapter 9 includes one simple command to strip
    45 all debugging symbols from all programs and libraries on your system.
    46 Additional information on optimization can be found in the hint at
     44<para>For your convenience, <xref linkend="chapter09"/> includes one simple
     45command to strip all debugging symbols from all programs and libraries on your
     46system. Additional information on optimization can be found in the hint at
    4747<ulink url="&hints-root;optimization.txt"/>.</para>
    4848
  • chapter06/bootscripts-inst.xml

    r494f01f r7f1fcd8  
    1111
    1212<para>If you decide to use BSD style, or some other style scripts, you can
    13 skip Chapter 7 when you arrive at it and move on to Chapter 8.</para>
     13skip the next chapter when you arrive at it and move on to
     14<xref linkend="chapter08"/>.</para>
    1415
    1516<para>Install the boot scripts:</para>
  • chapter06/chapter06.xml

    r494f01f r7f1fcd8  
    1 <chapter id="chapter06">
     1<chapter id="chapter06" xreflabel="Chapter 6">
    22<title>Installing basic system software</title>
    33<?dbhtml filename="chapter06.html" dir="chapter06"?>
  • chapter06/gcc-2953-inst.xml

    r494f01f r7f1fcd8  
    1111
    1212<para>This is an older release of GCC which we are going to install for the
    13 purpose of compiling the Linux kernel in Chapter 8. This version is recommended
     13purpose of compiling the Linux kernel in <xref linkend="chapter08"/>. This
     14version is recommended
    1415by the kernel developers when you need absolute stability. Later versions of
    1516GCC have not received as much testing for Linux kernel compilation. Using a
  • chapter06/procps-inst.xml

    r494f01f r7f1fcd8  
    44<title>Installation of Procps</title>
    55
    6 <para>First fix a locale problem that can crash <userinput>w</userinput> under
     6<para>First fix a problem that can crash <userinput>w</userinput> under
    77certain locale settings:</para>
    88
Note: See TracChangeset for help on using the changeset viewer.