[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1128-ge2ebd22

git git at cross-lfs.org
Wed May 28 02:06:22 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, master has been updated
       via  e2ebd224df7923b2e9f146214dd7b9fbef5b6796 (commit)
       via  a4e81f7dd8a230d8538040c462a9e69090a61fdb (commit)
      from  f35f6d9b73ceaa0fbc2e789d746fa4d47224b109 (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 e2ebd224df7923b2e9f146214dd7b9fbef5b6796
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 05:05:01 2014 -0400

    Use more specific command on mounting page

diff --git a/BOOK/partitioning/common/mounting.xml b/BOOK/partitioning/common/mounting.xml
index 75c5b55..c0707d7 100644
--- a/BOOK/partitioning/common/mounting.xml
+++ b/BOOK/partitioning/common/mounting.xml
@@ -44,7 +44,7 @@ mount -v /dev/<replaceable>[yyy]</replaceable> ${CLFS}/usr</userinput></screen>
   <para>Ensure that this new partition is not mounted with permissions
   that are too restrictive (such as the <option>nosuid</option>,
   <option>nodev</option>, or <option>noatime</option> options).
-  Run the <command>mount</command> command without any parameters to see
+  Run <command>mount | grep ${CLFS}</command> to see
   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

commit a4e81f7dd8a230d8538040c462a9e69090a61fdb
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 05:01:37 2014 -0400

    Added option parameters to mounting page

diff --git a/BOOK/partitioning/common/mounting.xml b/BOOK/partitioning/common/mounting.xml
index a1f4181..75c5b55 100644
--- a/BOOK/partitioning/common/mounting.xml
+++ b/BOOK/partitioning/common/mounting.xml
@@ -42,7 +42,8 @@ mount -v /dev/<replaceable>[yyy]</replaceable> ${CLFS}/usr</userinput></screen>
   names.</para>
 
   <para>Ensure that this new partition is not mounted with permissions
-  that are too restrictive (such as the nosuid, nodev, or noatime options).
+  that are too restrictive (such as the <option>nosuid</option>,
+  <option>nodev</option>, or <option>noatime</option> options).
   Run the <command>mount</command> command without any parameters to see
   what options are set for the mounted CLFS partition. If
   <option>nosuid</option>, <option>nodev</option>, and/or

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list