mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
grammar fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e69e44b24c
commit
5850fbfec3
@ -21,7 +21,7 @@ so on.</para>
|
|||||||
|
|
||||||
<para>Chapter 6 installs the actual base system. We use the chroot program
|
<para>Chapter 6 installs the actual base system. We use the chroot program
|
||||||
to start a new shell whose root directory will be set to the LFS
|
to start a new shell whose root directory will be set to the LFS
|
||||||
partition. This, in essence, is the same as rebooting and have the
|
partition. This, in essence, is the same as rebooting and having the
|
||||||
kernel mount the LFS partition as the root partition. The reason that
|
kernel mount the LFS partition as the root partition. The reason that
|
||||||
we don't actually reboot, but instead chroot, is that this way you can
|
we don't actually reboot, but instead chroot, is that this way you can
|
||||||
still use your host system. While software is being installed you can
|
still use your host system. While software is being installed you can
|
||||||
|
@ -13,7 +13,7 @@ under $LFS/usr/src/sources/b/, and so forth.</para>
|
|||||||
<para>The next chapter contains the list of all the packages that need to be
|
<para>The next chapter contains the list of all the packages that need to be
|
||||||
downloaded, but the partition that is going to contain our LFS system isn't
|
downloaded, but the partition that is going to contain our LFS system isn't
|
||||||
created yet. Therefore, you should store the files somewhere else and later
|
created yet. Therefore, you should store the files somewhere else and later
|
||||||
moved to $LFS/usr/src/ when the chapter in which the new partition is
|
on move them to $LFS/usr/src/ when the chapter in which the new partition is
|
||||||
prepared has been finished.</para>
|
prepared has been finished.</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -9,7 +9,7 @@ is affected as well. If your system falls under this category, try the
|
|||||||
following fix.</para>
|
following fix.</para>
|
||||||
|
|
||||||
<para>Note that in some cases using these sed commands will result in
|
<para>Note that in some cases using these sed commands will result in
|
||||||
problems not being able to compile this at package at all, even when your
|
problems not being able to compile this package at all, even when your
|
||||||
system has an AMD CPU and has Glibc-2.2.3 (or higher) installed. If that's
|
system has an AMD CPU and has Glibc-2.2.3 (or higher) installed. If that's
|
||||||
the case, you'll need to remove the fileutils-&fileutils-version; directory
|
the case, you'll need to remove the fileutils-&fileutils-version; directory
|
||||||
and unpack it again from the tarball before continuing. We believe this
|
and unpack it again from the tarball before continuing. We believe this
|
||||||
|
@ -14,7 +14,7 @@ about all that makes Linux tick, how things work together, and depend on
|
|||||||
each other. And most importantly, how to customize it to your own taste
|
each other. And most importantly, how to customize it to your own taste
|
||||||
and needs.</para>
|
and needs.</para>
|
||||||
|
|
||||||
<para>One of the key benefits of LFS is that you are in control over
|
<para>One of the key benefits of LFS is that you are in control of
|
||||||
your system without having to rely on somebody else's Linux
|
your system without having to rely on somebody else's Linux
|
||||||
implementation like Debian. You are in the driver's seat now and are
|
implementation like Debian. You are in the driver's seat now and are
|
||||||
able to dictate every single thing such as the directory layout and boot
|
able to dictate every single thing such as the directory layout and boot
|
||||||
|
Loading…
Reference in New Issue
Block a user