Ticket #2618: lfs-text-updates.patch
File lfs-text-updates.patch, 3.9 KB (added by , 15 years ago) |
---|
-
trunk/BOOK/chapter02/creatingfilesystem.xml
16 16 high-capacity hard disks, journaling file systems are becoming increasingly 17 17 popular. The third extended filesystem (<systemitem 18 18 class="filesystem">ext3</systemitem>) is a widely used enhancement to 19 <systemitem class="filesystem">ext2</systemitem>, which adds journal ling19 <systemitem class="filesystem">ext2</systemitem>, which adds journaling 20 20 capabilities and is compatible with the E2fsprogs utilities. 21 21 We will create an <systemitem class="filesystem">ext3</systemitem> 22 22 file system. Instructions for creating other file systems can be found at -
trunk/BOOK/chapter02/creatingpartition.xml
66 66 <title>Other Partition Issues</title> 67 67 68 68 <para>Requests for advice on system partitioning are often posted on the LFS mailing 69 lists. This is a highly subjective topic. The default sizefor most distributions69 lists. This is a highly subjective topic. The default for most distributions 70 70 is to use the entire drive with the exception of one small swap partition. This 71 71 is not optimal for LFS for several reasons. It reduces flexibility, makes 72 72 sharing of data across multiple distributions or LFS builds more difficult, makes … … 76 76 <sect3> 77 77 <title>The Root Partition</title> 78 78 79 <para>A root LFS partition (not to be confused with the /root directory) of 79 <para>A root LFS partition (not to be confused with the 80 <filename class="directory">/root</filename> directory) of 80 81 ten gigabytes is a good compromise for most systems. It provides enough 81 82 space to build LFS and most of BLFS, but is small enough so that multiple 82 83 partitions can be easily created for experimentation.</para> </sect3> … … 85 86 <title>The Swap Partition</title> 86 87 87 88 <para>Most distributions automatically create a swap partition. Generally 88 the recomm neded size of the swap partition is about twice the amount of89 the recommended size of the swap partition is about twice the amount of 89 90 physical RAM, however this is rarely needed. If disk space is limited, 90 91 hold the swap partition to two gigabytes and monitor the amount of disk 91 92 swapping.</para> … … 101 102 <title>Convenience Partitions</title> 102 103 103 104 <para>There are several other partitions that are not required, but should 104 be considered when designing a disk layout ,The following list105 be considered when designing a disk layout. The following list 105 106 is not comprehensive, but is meant as a guide.</para> 106 107 107 108 <itemizedlist> … … 129 130 </listitem> 130 131 131 132 <listitem><para>/tmp – A separate /tmp directory is rare, but 132 useful if co ufiguring a thin client. This partition, if used, will133 useful if configuring a thin client. This partition, if used, will 133 134 usually not need to exceed a couple of gigabytes.</para></listitem> 134 135 135 136 <listitem><para>/usr/src – This partition is very -
trunk/BOOK/chapter06/grub.xml
78 78 grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig, 79 79 grub-mkdevicemap, grub-probe, grub-setup</seg> 80 80 81 <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /usr/inclu e/grub</seg>81 <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /usr/include/grub</seg> 82 82 </seglistitem> 83 83 </segmentedlist> 84 84