Changeset dcff046 for chapter06


Ignore:
Timestamp:
02/04/2004 10:23:18 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:
91e8861
Parents:
fe5b13b
Message:

Changing chapter IDs in anticipation.

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

Location:
chapter06
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter06/aboutdebug.xml

    rfe5b13b rdcff046  
    4242<userinput>strip --strip-debug $LFS/tools/bin/*</userinput>).</para>
    4343
    44 <para>For your convenience, <xref linkend="chapter09"/> includes one simple
     44<para>For your convenience, <xref linkend="chapter-finalizing"/> includes one simple
    4545command to strip all debugging symbols from all programs and libraries on your
    4646system. Additional information on optimization can be found in the hint at
  • chapter06/bootscripts.xml

    rfe5b13b rdcff046  
    2424<para>If you decide to use BSD style, or some other style scripts, you can
    2525skip the next chapter when you arrive at it and move on to
    26 <xref linkend="chapter08"/>.</para>
     26<xref linkend="chapter-mixture"/>.</para>
    2727
    2828<para>Install the boot scripts:</para>
  • chapter06/chapter06.xml

    rfe5b13b rdcff046  
    1 <chapter id="chapter06" xreflabel="Chapter 6">
     1<chapter id="chapter-building-system" xreflabel="Chapter 6">
    22<title>Installing basic system software</title>
    33<?dbhtml filename="chapter06.html" dir="chapter06"?>
     
    270270
    271271<para>To get rid of the "I have no name!" prompt, we will start a new shell.
    272 Since we installed a full Glibc in <xref linkend="chapter05"/>, and have just
     272Since we installed a full Glibc in <xref linkend="chapter-temporary-tools"/>, and have just
    273273created the <filename>/etc/passwd</filename> and
    274274<filename>/etc/group</filename> files, user name and group name resolution
     
    326326<note><para>If you somehow missed the earlier warning to retain the Binutils
    327327source and build directories from the second pass in
    328 <xref linkend="chapter05"/>, or otherwise accidentally deleted them or just
     328<xref linkend="chapter-temporary-tools"/>, or otherwise accidentally deleted them or just
    329329don't have access to them, don't worry, all is not lost. Just ignore the above
    330330command. The result will be that the next package, Binutils, will link against
  • chapter06/gcc-2953.xml

    rfe5b13b rdcff046  
    2929
    3030<para>This is an older release of GCC which we are going to install for the
    31 purpose of compiling the Linux kernel in <xref linkend="chapter08"/>. This
     31purpose of compiling the Linux kernel in <xref linkend="chapter-mixture"/>. This
    3232version is recommended
    3333by the kernel developers when you need absolute stability. Later versions of
  • chapter06/gcc.xml

    rfe5b13b rdcff046  
    9393<xref linkend="ch-system-adjustingtoolchain"/> and repeat the check. If the results
    9494are wrong, then most likely you erroneously applied the GCC Specs patch from
    95 <xref linkend="chapter05"/>.</para></note>
     95<xref linkend="chapter-temporary-tools"/>.</para></note>
    9696
    9797</sect2>
Note: See TracChangeset for help on using the changeset viewer.