[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1117-g1d6cb8e

git git at cross-lfs.org
Wed May 28 02:06: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  1d6cb8edba9cb7b80ef6638a64be3b1b0c9ea090 (commit)
       via  cedee4d65d3692f5a9e9a6bb35cfbd86cab812be (commit)
      from  c07fa0e050ecfd0037de19e6ba92a4784cc97659 (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 1d6cb8edba9cb7b80ef6638a64be3b1b0c9ea090
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 cedee4d65d3692f5a9e9a6bb35cfbd86cab812be
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