mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fix a few typos. Fixes #2618. Thanks to Chris Staub for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7a95c735c8
commit
ffe0a2ff35
@ -16,7 +16,7 @@
|
|||||||
high-capacity hard disks, journaling file systems are becoming increasingly
|
high-capacity hard disks, journaling file systems are becoming increasingly
|
||||||
popular. The third extended filesystem (<systemitem
|
popular. The third extended filesystem (<systemitem
|
||||||
class="filesystem">ext3</systemitem>) is a widely used enhancement to
|
class="filesystem">ext3</systemitem>) is a widely used enhancement to
|
||||||
<systemitem class="filesystem">ext2</systemitem>, which adds journalling
|
<systemitem class="filesystem">ext2</systemitem>, which adds journaling
|
||||||
capabilities and is compatible with the E2fsprogs utilities.
|
capabilities and is compatible with the E2fsprogs utilities.
|
||||||
We will create an <systemitem class="filesystem">ext3</systemitem>
|
We will create an <systemitem class="filesystem">ext3</systemitem>
|
||||||
file system. Instructions for creating other file systems can be found at
|
file system. Instructions for creating other file systems can be found at
|
||||||
|
@ -66,7 +66,7 @@
|
|||||||
<title>Other Partition Issues</title>
|
<title>Other Partition Issues</title>
|
||||||
|
|
||||||
<para>Requests for advice on system partitioning are often posted on the LFS mailing
|
<para>Requests for advice on system partitioning are often posted on the LFS mailing
|
||||||
lists. This is a highly subjective topic. The default size for most distributions
|
lists. This is a highly subjective topic. The default for most distributions
|
||||||
is to use the entire drive with the exception of one small swap partition. This
|
is to use the entire drive with the exception of one small swap partition. This
|
||||||
is not optimal for LFS for several reasons. It reduces flexibility, makes
|
is not optimal for LFS for several reasons. It reduces flexibility, makes
|
||||||
sharing of data across multiple distributions or LFS builds more difficult, makes
|
sharing of data across multiple distributions or LFS builds more difficult, makes
|
||||||
@ -76,7 +76,8 @@
|
|||||||
<sect3>
|
<sect3>
|
||||||
<title>The Root Partition</title>
|
<title>The Root Partition</title>
|
||||||
|
|
||||||
<para>A root LFS partition (not to be confused with the /root directory) of
|
<para>A root LFS partition (not to be confused with the
|
||||||
|
<filename class="directory">/root</filename> directory) of
|
||||||
ten gigabytes is a good compromise for most systems. It provides enough
|
ten gigabytes is a good compromise for most systems. It provides enough
|
||||||
space to build LFS and most of BLFS, but is small enough so that multiple
|
space to build LFS and most of BLFS, but is small enough so that multiple
|
||||||
partitions can be easily created for experimentation.</para> </sect3>
|
partitions can be easily created for experimentation.</para> </sect3>
|
||||||
@ -85,7 +86,7 @@
|
|||||||
<title>The Swap Partition</title>
|
<title>The Swap Partition</title>
|
||||||
|
|
||||||
<para>Most distributions automatically create a swap partition. Generally
|
<para>Most distributions automatically create a swap partition. Generally
|
||||||
the recommneded size of the swap partition is about twice the amount of
|
the recommended size of the swap partition is about twice the amount of
|
||||||
physical RAM, however this is rarely needed. If disk space is limited,
|
physical RAM, however this is rarely needed. If disk space is limited,
|
||||||
hold the swap partition to two gigabytes and monitor the amount of disk
|
hold the swap partition to two gigabytes and monitor the amount of disk
|
||||||
swapping.</para>
|
swapping.</para>
|
||||||
@ -101,7 +102,7 @@
|
|||||||
<title>Convenience Partitions</title>
|
<title>Convenience Partitions</title>
|
||||||
|
|
||||||
<para>There are several other partitions that are not required, but should
|
<para>There are several other partitions that are not required, but should
|
||||||
be considered when designing a disk layout, The following list
|
be considered when designing a disk layout. The following list
|
||||||
is not comprehensive, but is meant as a guide.</para>
|
is not comprehensive, but is meant as a guide.</para>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -129,7 +130,7 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>/tmp – A separate /tmp directory is rare, but
|
<listitem><para>/tmp – A separate /tmp directory is rare, but
|
||||||
useful if coufiguring a thin client. This partition, if used, will
|
useful if configuring a thin client. This partition, if used, will
|
||||||
usually not need to exceed a couple of gigabytes.</para></listitem>
|
usually not need to exceed a couple of gigabytes.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>/usr/src – This partition is very
|
<listitem><para>/usr/src – This partition is very
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig,
|
grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig,
|
||||||
grub-mkdevicemap, grub-probe, grub-setup</seg>
|
grub-mkdevicemap, grub-probe, grub-setup</seg>
|
||||||
|
|
||||||
<seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /usr/inclue/grub</seg>
|
<seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /usr/include/grub</seg>
|
||||||
</seglistitem>
|
</seglistitem>
|
||||||
</segmentedlist>
|
</segmentedlist>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user