source: part3intro/introduction.xml@ ef93b66

11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 bdubbs/gcc13 multilib renodr/libudev-from-systemd trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ef93b66 was 12fff1e, checked in by Pierre Labastie <pieere@…>, 4 years ago

Slightly change the layout in part III, so that the preliminary material
appear separated. Minor rewrites for accounting for the new layout

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

  • Property mode set to 100644
File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-part3intro-intro">
9 <?dbhtml filename="introduction.html"?>
10
11 <title>Introduction</title>
12
13 <para>This part is divided into three stages: first building a cross
14 compiler and its associated libraries; second, use this cross toolchain
15 to build several utilities in a way that isolates them from the host
16 distribution; third, enter the chroot environment, which further improves
17 host isolation, and build the remaining tools needed to build the final
18 system.</para>
19
20 <important><para>With this part begins the real work of building a new
21 system. It requires much care in ensuring that the instructions are
22 followed exactly as the book shows them. You should try to understand
23 what they do, and whatever your eagerness to finish your build, you should
24 refrain from blindly type them as shown, but rather read documentation when
25 there is something you do not understand. Also, keep track of your typing
26 and of the output of commands, by sending them to a file, using the
27 <command>tee</command> utility. This allows for better diagnosing
28 if something gets wrong.</para></important>
29
30 <para>The next section gives a technical introduction to the build process,
31 while the following one contains <emphasis role="strong">very
32 important</emphasis> general instructions.</para>
33
34</sect1>
Note: See TracBrowser for help on using the repository browser.