|
@@ -29,7 +29,7 @@ where the new LFS system will be compiled and installed. <xref
|
|
linkend="chapter-getting-materials"/> explains which packages and
|
|
linkend="chapter-getting-materials"/> explains which packages and
|
|
patches need to be downloaded to build an LFS system and how to store
|
|
patches need to be downloaded to build an LFS system and how to store
|
|
them on the new file system. <xref linkend="chapter-final-preps"/>
|
|
them on the new file system. <xref linkend="chapter-final-preps"/>
|
|
-discusses the setup for an appropriate work environment. Please read
|
|
|
|
|
|
+discusses the setup for an appropriate working environment. Please read
|
|
<xref linkend="chapter-final-preps"/> carefully as it explains several
|
|
<xref linkend="chapter-final-preps"/> carefully as it explains several
|
|
important issues the developer should be aware of before beginning to
|
|
important issues the developer should be aware of before beginning to
|
|
work through <xref linkend="chapter-temporary-tools"/> and
|
|
work through <xref linkend="chapter-temporary-tools"/> and
|
|
@@ -54,16 +54,16 @@ pass toolchain. When this is done, the LFS installation process will no longer
|
|
depend on the host distribution, with the exception of the running kernel.
|
|
depend on the host distribution, with the exception of the running kernel.
|
|
</para>
|
|
</para>
|
|
|
|
|
|
-<para>While this may initially seem like a lot of work to get away
|
|
|
|
-from a host distribution, a full technical explanation is provided at
|
|
|
|
-the beginning of <xref linkend="chapter-temporary-tools"/>.</para>
|
|
|
|
|
|
+<para>While this may initially seem like a lot of work to isolate the new system
|
|
|
|
+from the host distribution, a full technical explanation is provided at the
|
|
|
|
+beginning of <xref linkend="chapter-temporary-tools"/>.</para>
|
|
|
|
|
|
<para>In <xref linkend="chapter-building-system"/>, the full LFS system is
|
|
<para>In <xref linkend="chapter-building-system"/>, the full LFS system is
|
|
-built. The chroot (change root) program is used to enter a virtual
|
|
|
|
|
|
+built. The <command>chroot</command> (change root) program is used to enter a virtual
|
|
environment and start a new shell whose root directory will be set to
|
|
environment and start a new shell whose root directory will be set to
|
|
the LFS partition. This is very similar to rebooting and instructing
|
|
the LFS partition. This is very similar to rebooting and instructing
|
|
the kernel to mount the LFS partition as the root partition. The
|
|
the kernel to mount the LFS partition as the root partition. The
|
|
-system does not actually reboot, but instead chroots because creating a
|
|
|
|
|
|
+system does not actually reboot, but instead <command>chroot</command>'s because creating a
|
|
bootable system requires additional work which is not necessary just
|
|
bootable system requires additional work which is not necessary just
|
|
yet. The major advantage is that <quote>chrooting</quote> allows the
|
|
yet. The major advantage is that <quote>chrooting</quote> allows the
|
|
builder to continue using the host while LFS is being built. While
|
|
builder to continue using the host while LFS is being built. While
|
|
@@ -82,7 +82,7 @@ LFS system.</para>
|
|
<para>This is the process in a nutshell. Detailed information on each
|
|
<para>This is the process in a nutshell. Detailed information on each
|
|
step is discussed in the following chapters and package descriptions.
|
|
step is discussed in the following chapters and package descriptions.
|
|
Items that may seem complicated will be clarified, and everything will
|
|
Items that may seem complicated will be clarified, and everything will
|
|
-fall into place as the developer embarks on the LFS adventure.</para>
|
|
|
|
|
|
+fall into place as the reader embarks on the LFS adventure.</para>
|
|
|
|
|
|
</sect1>
|
|
</sect1>
|
|
|
|
|