Ignore:
Timestamp:
Sep 22, 2006, 8:30:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8953f24
Parents:
5921622
Message:

Sync up with 1.0 Book

Location:
BOOK/temp-system/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/bash.xml

    r5921622 r040521bc  
    3434    </para>
    3535
    36 <screen os="c4"><userinput> echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
     36<screen os="c4"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/choose.xml

    r5921622 r040521bc  
    1616  rest there. Alternatively, you can chroot into the temporary system.</para>
    1717
    18   <para os="b">The boot method is for when you are building on a different
     18  <para os="b">The boot method is needed when you are building on a different
    1919  architecture. For example, if you are building a PowerPC system from
    2020  an x86, you can't chroot. The chroot method is for when you are
     
    3434  method.</para>
    3535
     36  <para>To chroot, you will also need a Linux Kernel-2.6.x (having been
     37  compiled with GCC-3.0 or greater). The reason for the kernel version
     38  requirement is that, without it, thread-local storage support in Binutils
     39  will not be built and the Native POSIX Threading Library (NPTL) test suite
     40  will segfault.</para>
     41
     42  <para>To check your kernel version, run <command>cat /proc/version</command>
     43  - if it does not say that you are running a 2.6.2 or later Linux kernel,
     44  compiled with GCC 3.0 or later, you cannot chroot.</para>
     45
    3646  <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
    3747
  • BOOK/temp-system/common/introduction.xml

    r5921622 r040521bc  
    1919  <para>The tools in this chapter are cross-compiled using the toolchain in
    2020  /cross-tools and will be installed under the
    21   <filename class="directory">$CLFS/tools</filename> directory to keep
     21  <filename class="directory">${CLFS}/tools</filename> directory to keep
    2222  them separate from the files installed in <xref
    2323  linkend="chapter-building-system"/> and the host production directories.
     
    2828  variable is set up properly:</para>
    2929
    30 <screen><userinput>echo $CLFS</userinput></screen>
     30<screen><userinput>echo ${CLFS}</userinput></screen>
    3131
    3232  <para>Make sure the output shows the path to the CLFS partition's mount
Note: See TracChangeset for help on using the changeset viewer.