[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. a1ffe3ecc57144dddd732e6020b43869e28751f5

git git at cross-lfs.org
Mon Dec 5 13:45:06 PST 2011


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  a1ffe3ecc57144dddd732e6020b43869e28751f5 (commit)
      from  15654357d762239731205f3e9e6c11d77c59cf9e (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 a1ffe3ecc57144dddd732e6020b43869e28751f5
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 5 16:44:59 2011 -0500

    Tweaked text about clfs user and package building assumptions

diff --git a/BOOK/cross-tools/common/introduction.xml b/BOOK/cross-tools/common/introduction.xml
index 97ee22a..026b1cd 100644
--- a/BOOK/cross-tools/common/introduction.xml
+++ b/BOOK/cross-tools/common/introduction.xml
@@ -21,10 +21,8 @@
 
     <important>
       <para>Before issuing the build instructions for a package, the package
-      should be unpacked as user <systemitem class="username">clfs</systemitem>,
-      and a <command>cd</command> into the created directory should be
-      performed. The build instructions assume that the <command>bash</command>
-      shell is in use.</para>
+      should be unpacked, and a <command>cd</command> into the created
+      directory should be performed.</para>
     </important>
 
     <para>Several of the packages are patched before compilation, but only
diff --git a/BOOK/final-preps/addinguser.xml b/BOOK/final-preps/addinguser.xml
index 423ff9f..721a0f8 100644
--- a/BOOK/final-preps/addinguser.xml
+++ b/BOOK/final-preps/addinguser.xml
@@ -33,6 +33,12 @@ chown -v clfs:clfs /home/clfs</userinput></screen>
       <listitem>
         <para>This makes <command>bash</command> the default shell for
         user <systemitem class="username">clfs</systemitem>.</para>
+
+        <important>
+          <para>The build instructions assume that the <command>bash</command>
+          shell is in use.</para>
+        </important>
+
       </listitem>
     </varlistentry>
 
@@ -87,4 +93,10 @@ chown -v clfs ${CLFS}/cross-tools</userinput></screen>
   in detail in <filename>bash(1)</filename> and <command>info
   bash</command>.</para>
 
+  <note>
+    <para>Until specified otherwise, all commands from this point on
+    should be done as the <systemitem class="username">clfs</systemitem>
+    user.</para>
+  </note>
+
 </sect1>

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

Summary of changes:
 BOOK/cross-tools/common/introduction.xml |    6 ++----
 BOOK/final-preps/addinguser.xml          |   12 ++++++++++++
 2 files changed, 14 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list