[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1115-gc07fa0e

git git at cross-lfs.org
Wed May 28 01:54:11 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, sysvinit has been updated
       via  c07fa0e050ecfd0037de19e6ba92a4784cc97659 (commit)
      from  bbf3c21d061696848b42748780677b3252b2b38e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c07fa0e050ecfd0037de19e6ba92a4784cc97659
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 04:53:41 2014 -0400

    Rewrote aboutclfs and mounting pages to account for aboutclfs being moved

diff --git a/BOOK/partitioning/common/aboutclfs.xml b/BOOK/partitioning/common/aboutclfs.xml
index 3cf2124..bc2a7fa 100644
--- a/BOOK/partitioning/common/aboutclfs.xml
+++ b/BOOK/partitioning/common/aboutclfs.xml
@@ -13,16 +13,12 @@
   <para>Throughout this book, the environment variable <envar>CLFS</envar> will
   be used several times. It is paramount that this variable is always defined.
   It should be set to the mount point chosen for the CLFS partition.
-  Check that the <envar>CLFS</envar> variable is set up properly with:</para>
+  For the purposes of this book, it is assumed that the file system
+  will be mounted under <filename class="directory">/mnt/clfs</filename>,
+  but the directory choice is up to you. Decide on a directory location and set
+  the variable with the following command:</para>
 
-<screen><userinput>echo ${CLFS}</userinput></screen>
-
-  <para>Make sure the output shows the path to the CLFS partition's mount
-  point, which is <filename class="directory">/mnt/clfs</filename> if the
-  provided example was followed. If the output is incorrect, the
-  variable can be set with:</para>
-
-<screen><userinput>export CLFS=/mnt/clfs</userinput></screen>
+<screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></userinput></screen>
 
   <para>Having this variable set is beneficial in that commands such as
   <command>install -dv ${CLFS}/tools</command> can be typed literally. The shell
@@ -30,14 +26,18 @@
   <quote>/mnt/clfs</quote> (or whatever the variable was set to) when it
   processes the command line.</para>
 
-  <para>If you haven't created the <filename class="directory">${CLFS}</filename>
-  directory, do so at this time by issuing the following commands:</para>
-
-<screen><userinput>install -dv ${CLFS}</userinput></screen>
-
   <para>Do not forget to check that <envar>${CLFS}</envar> is set whenever
   you leave and reenter the current working environment (as when doing a
   <quote>su</quote> to <systemitem class="username">root</systemitem> or
-  another user).</para>
+  another user). Check that the <envar>CLFS</envar> variable is set up
+  properly with:</para>
+
+<screen><userinput>echo ${CLFS}</userinput></screen>
+
+  <para>Make sure the output shows the path to the CLFS partition's mount
+  point, which is <filename class="directory">/mnt/clfs</filename> if the
+  provided example was followed. If the output is incorrect, use the command
+  given earlier on this page to set <envar>${CLFS}</envar> to the correct
+  directory name.</para>
 
 </sect1>
diff --git a/BOOK/partitioning/common/mounting.xml b/BOOK/partitioning/common/mounting.xml
index 5462a34..a1f4181 100644
--- a/BOOK/partitioning/common/mounting.xml
+++ b/BOOK/partitioning/common/mounting.xml
@@ -12,15 +12,12 @@
 
   <para>Now that a file system has been created, the partition needs to
   be made accessible. In order to do this, the partition needs to be
-  mounted at a chosen mount point. For the purposes of this book, it is
-  assumed that the file system is mounted under <filename
-  class="directory">/mnt/clfs</filename>, but the directory choice is up
-  to you.</para>
+  mounted at a chosen mount point.</para>
 
-  <para>Choose a mount point and assign it to the <envar>CLFS</envar>
-  environment variable by running:</para>
+  <para>If you haven't already, choose a mount point and assign it to the
+  <envar>CLFS</envar> environment variable by running:</para>
 
-<screen><userinput>export CLFS=/mnt/clfs</userinput></screen>
+<screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></userinput></screen>
 
   <para>Next, create the mount point and mount the CLFS file system by
   running:</para>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/partitioning/common/aboutclfs.xml |   30 +++++++++++++++---------------
 BOOK/partitioning/common/mounting.xml  |   11 ++++-------
 2 files changed, 19 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list