[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-212-g3d92c8d

git git at clfs.org
Thu Dec 10 14:11:54 PST 2015


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  3d92c8dd796d846d71208d174cbb143fcea7839c (commit)
      from  b95fd36052b3c12f0c6e8c50143060328b0487a5 (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 3d92c8dd796d846d71208d174cbb143fcea7839c
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Dec 10 18:09:43 2015 -0600

    /mnt/clfs is replaceable. No need to add [ and ].

diff --git a/BOOK/partitioning/common/aboutclfs.xml b/BOOK/partitioning/common/aboutclfs.xml
index 39defb9..a1f4a1c 100644
--- a/BOOK/partitioning/common/aboutclfs.xml
+++ b/BOOK/partitioning/common/aboutclfs.xml
@@ -20,7 +20,7 @@
   Choose a directory location and set the variable with the
   following command:</para>
 
-<screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></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
diff --git a/BOOK/partitioning/common/mounting.xml b/BOOK/partitioning/common/mounting.xml
index c5be904..aa2bad5 100644
--- a/BOOK/partitioning/common/mounting.xml
+++ b/BOOK/partitioning/common/mounting.xml
@@ -17,7 +17,7 @@
   <para>As the <systemitem class="username">root</systemitem> user, ensure the
   <envar>CLFS</envar> variable is set, if you haven't already:</para>
 
-<screen><userinput>export CLFS=<replaceable>[/mnt/clfs]</replaceable></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 the following commands as

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list