diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/aboutdebug.xml | 6 | ||||
-rw-r--r-- | chapter06/bootscripts-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc-2953-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/procps-inst.xml | 2 |
5 files changed, 9 insertions, 7 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index e8e179b09..d58737e25 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -41,9 +41,9 @@ or ELF binary), run <userinput>strip --strip-debug filename</userinput>. Wildcards can be used to treat multiple files (use something like <userinput>strip --strip-debug $LFS/tools/bin/*</userinput>).</para> -<para>For your convenience, Chapter 9 includes one simple command to strip -all debugging symbols from all programs and libraries on your system. -Additional information on optimization can be found in the hint at +<para>For your convenience, <xref linkend="chapter09"/> includes one simple +command to strip all debugging symbols from all programs and libraries on your +system. Additional information on optimization can be found in the hint at <ulink url="&hints-root;optimization.txt"/>.</para> </sect1> diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index 8b39d37e7..ef1e60968 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -10,7 +10,8 @@ scripts, to be found at <ulink url="&hints-root;bsd-init.txt"/>. And if you'd like something more radical, search the LFS mailing lists for depinit.</para> <para>If you decide to use BSD style, or some other style scripts, you can -skip Chapter 7 when you arrive at it and move on to Chapter 8.</para> +skip the next chapter when you arrive at it and move on to +<xref linkend="chapter08"/>.</para> <para>Install the boot scripts:</para> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 6de08e206..9f482c1f7 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -1,4 +1,4 @@ -<chapter id="chapter06"> +<chapter id="chapter06" xreflabel="Chapter 6"> <title>Installing basic system software</title> <?dbhtml filename="chapter06.html" dir="chapter06"?> diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml index a45c341fd..782f708bc 100644 --- a/chapter06/gcc-2953-inst.xml +++ b/chapter06/gcc-2953-inst.xml @@ -10,7 +10,8 @@ default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting or modifying them when building GCC.</para> <para>This is an older release of GCC which we are going to install for the -purpose of compiling the Linux kernel in Chapter 8. This version is recommended +purpose of compiling the Linux kernel in <xref linkend="chapter08"/>. This +version is recommended by the kernel developers when you need absolute stability. Later versions of GCC have not received as much testing for Linux kernel compilation. Using a later version is likely to work, however, we recommend adhering to the kernel diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml index e7a651a9f..000145462 100644 --- a/chapter06/procps-inst.xml +++ b/chapter06/procps-inst.xml @@ -3,7 +3,7 @@ <sect2> <title>Installation of Procps</title> -<para>First fix a locale problem that can crash <userinput>w</userinput> under +<para>First fix a problem that can crash <userinput>w</userinput> under certain locale settings:</para> <screen><userinput>patch -Np1 -i ../&procps-patch;</userinput></screen> |