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-partitioning-stages">
|
---|
9 | <?dbhtml filename="stages.html"?>
|
---|
10 |
|
---|
11 | <title>Building LFS in Stages</title>
|
---|
12 |
|
---|
13 | <para>LFS is designed to be built in one session. That is, the
|
---|
14 | instructions assume that the system will not be shut down
|
---|
15 | during the process. That does not mean that the system has to
|
---|
16 | be done in one sitting. The issue is that certain procedures
|
---|
17 | have to be re-accomplished after a reboot if resuming LFS at
|
---|
18 | different points.</para>
|
---|
19 |
|
---|
20 | <sect2>
|
---|
21 | <title>Chapters 1–4</title>
|
---|
22 |
|
---|
23 | <para>These chapters are accomplished on the host system. When
|
---|
24 | restarting, be careful of the following:</para>
|
---|
25 |
|
---|
26 | <itemizedlist>
|
---|
27 | <listitem>
|
---|
28 | <para>Procedures done as the
|
---|
29 | <systemitem class="username">root</systemitem> user after Section
|
---|
30 | 2.4 need to have the LFS environment variable set
|
---|
31 | <emphasis>FOR THE ROOT USER</emphasis>.</para>
|
---|
32 | </listitem>
|
---|
33 | </itemizedlist>
|
---|
34 | </sect2>
|
---|
35 |
|
---|
36 | <sect2>
|
---|
37 | <title>Chapters 5–6</title>
|
---|
38 |
|
---|
39 | <itemizedlist>
|
---|
40 | <listitem>
|
---|
41 | <para>The /mnt/lfs partition must be mounted.</para>
|
---|
42 | </listitem>
|
---|
43 |
|
---|
44 | <listitem>
|
---|
45 | <para>These two chapters <emphasis>must</emphasis> be done as user
|
---|
46 | <systemitem class="username">lfs</systemitem>.
|
---|
47 | A <command>su - lfs</command> command must be issued before any task in these
|
---|
48 | chapters. If you don't do that, you are at risk of installing packages to the
|
---|
49 | host, and potentially rendering it unusable.</para>
|
---|
50 | </listitem>
|
---|
51 |
|
---|
52 | <listitem>
|
---|
53 | <para>The procedures in <xref linkend='ch-tools-generalinstructions'/>
|
---|
54 | are critical. If there is any
|
---|
55 | doubt about installing a package, ensure any previously expanded
|
---|
56 | tarballs are removed, then re-extract the package files, and complete all
|
---|
57 | the instructions in that section.</para>
|
---|
58 | </listitem>
|
---|
59 | </itemizedlist>
|
---|
60 | </sect2>
|
---|
61 |
|
---|
62 | <sect2>
|
---|
63 | <title>Chapters 7–10</title>
|
---|
64 |
|
---|
65 | <itemizedlist>
|
---|
66 | <listitem>
|
---|
67 | <para>You must boot the temporary system on the target machine.</para>
|
---|
68 | </listitem>
|
---|
69 |
|
---|
70 | <listitem>
|
---|
71 | <para>A few operations, from
|
---|
72 | <quote>Preparing Virtual Kernel File Systems</quote> to
|
---|
73 | <quote>Setting up Environment</quote>, must be done.</para>
|
---|
74 | </listitem>
|
---|
75 |
|
---|
76 | <listitem>
|
---|
77 | <para>The operations in <xref linkend="ch-tools-lo"/> must be done
|
---|
78 | before starting or continuing from
|
---|
79 | <xref linkend="chapter-building-system"/>.</para>
|
---|
80 | </listitem>
|
---|
81 |
|
---|
82 | </itemizedlist>
|
---|
83 | </sect2>
|
---|
84 | </sect1>
|
---|