[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-224-g1862e19

git git at clfs.org
Thu Dec 10 14:11:53 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, master has been updated
       via  1862e19f0fa6eb4021218706c0cdf9d6d80d6155 (commit)
      from  fe23bd1fb4f4d31c73463f4280edea34616d5b3a (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 1862e19f0fa6eb4021218706c0cdf9d6d80d6155
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