Author: chris Date: 2006-05-17 10:46:44 -0600 (Wed, 17 May 2006) New Revision: 1623
Modified: trunk/BOOK/cross-tools/common/cflags.xml trunk/BOOK/final-preps/addinguser.xml trunk/BOOK/materials/common/introduction.xml trunk/BOOK/partitioning/common/creatingpartition.xml trunk/BOOK/partitioning/common/introduction.xml trunk/BOOK/partitioning/common/mounting.xml Log: More text updates Modified: trunk/BOOK/cross-tools/common/cflags.xml =================================================================== --- trunk/BOOK/cross-tools/common/cflags.xml 2006-05-17 16:28:48 UTC (rev 1622) +++ trunk/BOOK/cross-tools/common/cflags.xml 2006-05-17 16:46:44 UTC (rev 1623) @@ -10,7 +10,8 @@ <title>Build CFLAGS</title> - <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be set during the building of cross tools.</para> + <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be + set during the building of cross-tools.</para> <para>To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> use the following commands:</para> Modified: trunk/BOOK/final-preps/addinguser.xml =================================================================== --- trunk/BOOK/final-preps/addinguser.xml 2006-05-17 16:28:48 UTC (rev 1622) +++ trunk/BOOK/final-preps/addinguser.xml 2006-05-17 16:46:44 UTC (rev 1623) @@ -78,8 +78,7 @@ <screen><userinput>passwd lfs</userinput></screen> <para>Grant <systemitem class="username">lfs</systemitem> full access to - <filename class="directory">$LFS</filename>, - <filename class="directory">$LFS/cross-tools</filename>, + <filename class="directory">$LFS/cross-tools</filename> and and <filename class="directory">$LFS/tools</filename> by making <systemitem class="username">lfs</systemitem> the directorys' owner:</para> Modified: trunk/BOOK/materials/common/introduction.xml =================================================================== --- trunk/BOOK/materials/common/introduction.xml 2006-05-17 16:28:48 UTC (rev 1622) +++ trunk/BOOK/materials/common/introduction.xml 2006-05-17 16:46:44 UTC (rev 1623) @@ -32,7 +32,7 @@ <filename class="directory">$LFS/sources</filename> can be used both as the place to store the tarballs and patches and as a working directory. By using this directory, the required elements will be - located on the LFS partition and will be available during all stages + located on the CLFS partition and will be available during all stages of the building process.</para> <para>To create this directory, execute, as user <systemitem Modified: trunk/BOOK/partitioning/common/creatingpartition.xml =================================================================== --- trunk/BOOK/partitioning/common/creatingpartition.xml 2006-05-17 16:28:48 UTC (rev 1622) +++ trunk/BOOK/partitioning/common/creatingpartition.xml 2006-05-17 16:46:44 UTC (rev 1623) @@ -10,11 +10,11 @@ <title>Creating a New Partition</title> - <para os="a">Like most other operating systems, LFS is usually installed on - a dedicated partition. The recommended approach to building an LFS + <para os="a">Like most other operating systems, CLFS is usually installed on + a dedicated partition. The recommended approach to building a CLFS system is to use an available empty partition or, if you have enough - unpartitioned space, to create one. However, an LFS system (in fact - even multiple LFS systems) may also be installed on a partition already + unpartitioned space, to create one. However, a CLFS system (in fact + even multiple CLFS systems) may also be installed on a partition already occupied by another operating system and the different systems will co-exist peacefully. The document <ulink url="&hints-root;lfs_next_to_existing_systems.txt"/> explains how to @@ -23,7 +23,7 @@ <para os="b">A minimal system requires a partition of around 1.3 gigabytes (GB). This is enough to store all the source tarballs and compile the packages. - However, if the LFS system is intended to be the primary Linux system, + However, if the CLFS system is intended to be the primary Linux system, additional software will probably be installed which will require additional space (2-3 GB). The LFS system itself will not take up this much room. A large portion of this requirement is to provide sufficient @@ -48,7 +48,7 @@ <para os="e">Remember the designation of the new partition (e.g., <filename class="devicefile">hda5</filename>). This book will refer to - this as the LFS partition. Also remember the designation of the swap + this as the CLFS partition. Also remember the designation of the swap partition. These names will be needed later for the <filename>/etc/fstab</filename> file.</para> Modified: trunk/BOOK/partitioning/common/introduction.xml =================================================================== --- trunk/BOOK/partitioning/common/introduction.xml 2006-05-17 16:28:48 UTC (rev 1622) +++ trunk/BOOK/partitioning/common/introduction.xml 2006-05-17 16:46:44 UTC (rev 1623) @@ -10,7 +10,7 @@ <title>Introduction</title> - <para>In this chapter, the partition which will host the LFS system is + <para>In this chapter, the partition which will host the CLFS system is prepared. We will create the partition itself, create a file system on it, and mount it.</para> Modified: trunk/BOOK/partitioning/common/mounting.xml =================================================================== --- trunk/BOOK/partitioning/common/mounting.xml 2006-05-17 16:28:48 UTC (rev 1622) +++ trunk/BOOK/partitioning/common/mounting.xml 2006-05-17 16:46:44 UTC (rev 1623) @@ -22,14 +22,14 @@ <screen><userinput>export LFS=/mnt/lfs</userinput></screen> - <para>Next, create the mount point and mount the LFS file system by + <para>Next, create the mount point and mount the CLFS file system by running:</para> <screen><userinput>mkdir -pv $LFS mount -v /dev/<replaceable>[xxx]</replaceable> $LFS</userinput></screen> <para>Replace <replaceable>[xxx]</replaceable> with the designation of - the LFS partition.</para> + the CLFS partition.</para> <para>If using multiple partitions for LFS (e.g., one for <filename class="directory">/</filename> and another for <filename @@ -47,7 +47,7 @@ <para>Ensure that this new partition is not mounted with permissions that are too restrictive (such as the nosuid, nodev, or noatime options). Run the <command>mount</command> command without any parameters to see - what options are set for the mounted LFS partition. If + what options are set for the mounted CLFS partition. If <option>nosuid</option>, <option>nodev</option>, and/or <option>noatime</option> are set, the partition will need to be remounted.</para> -- http://linuxfromscratch.org/mailman/listinfo/cross-lfs FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
