[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1097-gd67b65d

git git at cross-lfs.org
Wed May 21 17:15:27 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  d67b65d78956d140a4a2ff9001e4ff67226ebfda (commit)
       via  8ba6ad826fef31946fe45d51eecc94bb6a8e2be2 (commit)
      from  db4106c76ed5101327d6c10eed5ad57c58699149 (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 d67b65d78956d140a4a2ff9001e4ff67226ebfda
Merge: 8ba6ad8 db4106c
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 21 20:15:23 2014 -0400

    Merge branch 'master' of git.cross-lfs.org:cross-lfs
    
    Conflicts:
    	BOOK/introduction/common/changelog.xml

diff --cc BOOK/introduction/common/changelog.xml
index 67b4584,a7191ee..7eebede
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@@ -43,8 -43,8 +43,11 @@@
            <para>[Chris] - Rewrote Udev page in system-config section.</para>
          </listitem>
          <listitem>
 +          <para>[Chris] - Moved creation of /etc/fstab to system-config.</para>
 +        </listitem>
++        <listitem>
+           <para>[William Harrington] - Update Man-pages to 3.67.</para>
+         </listitem>
        </itemizedlist>
      </listitem>
  

commit 8ba6ad826fef31946fe45d51eecc94bb6a8e2be2
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 21 20:14:15 2014 -0400

    Moved fstab to system-config

diff --git a/BOOK/boot/common/fstab.xml b/BOOK/boot/common/fstab.xml
index 2549095..fc255b5 100644
--- a/BOOK/boot/common/fstab.xml
+++ b/BOOK/boot/common/fstab.xml
@@ -35,7 +35,7 @@ shm            /dev/shm     tmpfs  defaults         0     0
 EOF</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../../bootable/common/fstab.xml"
+  href="../../system-config/common/fstab.xml"
   xpointer="xpointer(//*[@os='b'])"/>
 
   <para os="c">The <filename class="directory">/dev/shm</filename> mount point
diff --git a/BOOK/bootable/mips-chapter.xml b/BOOK/bootable/mips-chapter.xml
index 20f1417..c4172e4 100644
--- a/BOOK/bootable/mips-chapter.xml
+++ b/BOOK/bootable/mips-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/arcload.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/>
diff --git a/BOOK/bootable/mips64-64-chapter.xml b/BOOK/bootable/mips64-64-chapter.xml
index bd806fd..f01416d 100644
--- a/BOOK/bootable/mips64-64-chapter.xml
+++ b/BOOK/bootable/mips64-64-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/arcload.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/>
diff --git a/BOOK/bootable/mips64-chapter.xml b/BOOK/bootable/mips64-chapter.xml
index bd806fd..f01416d 100644
--- a/BOOK/bootable/mips64-chapter.xml
+++ b/BOOK/bootable/mips64-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/arcload.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/colo.xml"/>
diff --git a/BOOK/bootable/ppc-chapter.xml b/BOOK/bootable/ppc-chapter.xml
index 1521a5f..fcbbfbe 100644
--- a/BOOK/bootable/ppc-chapter.xml
+++ b/BOOK/bootable/ppc-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/yaboot.xml"/>
 
diff --git a/BOOK/bootable/ppc64-64-chapter.xml b/BOOK/bootable/ppc64-64-chapter.xml
index 1521a5f..fcbbfbe 100644
--- a/BOOK/bootable/ppc64-64-chapter.xml
+++ b/BOOK/bootable/ppc64-64-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/yaboot.xml"/>
 
diff --git a/BOOK/bootable/ppc64-chapter.xml b/BOOK/bootable/ppc64-chapter.xml
index 70f1851..c588ce9 100644
--- a/BOOK/bootable/ppc64-chapter.xml
+++ b/BOOK/bootable/ppc64-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/yaboot.xml"/>
 
diff --git a/BOOK/bootable/sparc-chapter.xml b/BOOK/bootable/sparc-chapter.xml
index aa8690f..0f60e40 100644
--- a/BOOK/bootable/sparc-chapter.xml
+++ b/BOOK/bootable/sparc-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/>
 
diff --git a/BOOK/bootable/sparc64-64-chapter.xml b/BOOK/bootable/sparc64-64-chapter.xml
index aa8690f..0f60e40 100644
--- a/BOOK/bootable/sparc64-64-chapter.xml
+++ b/BOOK/bootable/sparc64-64-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/>
 
diff --git a/BOOK/bootable/sparc64-chapter.xml b/BOOK/bootable/sparc64-chapter.xml
index aa8690f..0f60e40 100644
--- a/BOOK/bootable/sparc64-chapter.xml
+++ b/BOOK/bootable/sparc64-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/silo.xml"/>
 
diff --git a/BOOK/bootable/x86-chapter.xml b/BOOK/bootable/x86-chapter.xml
index d40f8c8..cda8daf 100644
--- a/BOOK/bootable/x86-chapter.xml
+++ b/BOOK/bootable/x86-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/grub.xml"/>
 
diff --git a/BOOK/bootable/x86_64-64-chapter.xml b/BOOK/bootable/x86_64-64-chapter.xml
index 7c19c09..5e39386 100644
--- a/BOOK/bootable/x86_64-64-chapter.xml
+++ b/BOOK/bootable/x86_64-64-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/grub.xml"/>
 
diff --git a/BOOK/bootable/x86_64-chapter.xml b/BOOK/bootable/x86_64-chapter.xml
index 7c19c09..5e39386 100644
--- a/BOOK/bootable/x86_64-chapter.xml
+++ b/BOOK/bootable/x86_64-chapter.xml
@@ -12,7 +12,6 @@
   <title>Making the CLFS System Bootable</title>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/introduction.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/kernel.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/grub.xml"/>
 
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index b159769..67b4584 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -42,6 +42,9 @@
         <listitem>
           <para>[Chris] - Rewrote Udev page in system-config section.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Moved creation of /etc/fstab to system-config.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 
diff --git a/BOOK/bootable/common/fstab.xml b/BOOK/system-config/common/fstab.xml
similarity index 93%
rename from BOOK/bootable/common/fstab.xml
rename to BOOK/system-config/common/fstab.xml
index 7d6b068..02c264a 100644
--- a/BOOK/bootable/common/fstab.xml
+++ b/BOOK/system-config/common/fstab.xml
@@ -5,14 +5,14 @@
   %general-entities;
 ]>
 
-<sect1 id="ch-bootable-fstab">
+<sect1 id="ch-scripts-fstab">
   <?dbhtml filename="fstab.html"?>
 
   <title>Creating the /etc/fstab File</title>
 
-  <indexterm zone="ch-bootable-fstab">
+  <indexterm zone="ch-scripts-fstab">
     <primary sortas="e-/etc/fstab">/etc/fstab</primary>
-    <secondary>bootable</secondary>
+    <secondary>system config</secondary>
   </indexterm>
 
   <para os="a">The <filename>/etc/fstab</filename> file is used by some
diff --git a/BOOK/system-config/mips-chapter.xml b/BOOK/system-config/mips-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/mips-chapter.xml
+++ b/BOOK/system-config/mips-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/mips64-64-chapter.xml b/BOOK/system-config/mips64-64-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/mips64-64-chapter.xml
+++ b/BOOK/system-config/mips64-64-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/mips64-chapter.xml b/BOOK/system-config/mips64-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/mips64-chapter.xml
+++ b/BOOK/system-config/mips64-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/ppc-chapter.xml b/BOOK/system-config/ppc-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/ppc-chapter.xml
+++ b/BOOK/system-config/ppc-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/ppc64-64-chapter.xml b/BOOK/system-config/ppc64-64-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/ppc64-64-chapter.xml
+++ b/BOOK/system-config/ppc64-64-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/ppc64-chapter.xml b/BOOK/system-config/ppc64-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/ppc64-chapter.xml
+++ b/BOOK/system-config/ppc64-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/sparc-chapter.xml b/BOOK/system-config/sparc-chapter.xml
index c473913..48ce676 100644
--- a/BOOK/system-config/sparc-chapter.xml
+++ b/BOOK/system-config/sparc-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/bootable/sparc/fstab.xml b/BOOK/system-config/sparc/fstab.xml
similarity index 93%
rename from BOOK/bootable/sparc/fstab.xml
rename to BOOK/system-config/sparc/fstab.xml
index 446e70c..00979f9 100644
--- a/BOOK/bootable/sparc/fstab.xml
+++ b/BOOK/system-config/sparc/fstab.xml
@@ -5,14 +5,14 @@
   %general-entities;
 ]>
 
-<sect1 id="ch-bootable-fstab">
+<sect1 id="ch-scripts-fstab">
   <?dbhtml filename="fstab.html"?>
 
   <title>Creating the /etc/fstab File</title>
 
-  <indexterm zone="ch-bootable-fstab">
+  <indexterm zone="ch-scripts-fstab">
     <primary sortas="e-/etc/fstab">/etc/fstab</primary>
-    <secondary>bootable</secondary>
+    <secondary>system config</secondary>
   </indexterm>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/system-config/sparc64-64-chapter.xml b/BOOK/system-config/sparc64-64-chapter.xml
index c473913..48ce676 100644
--- a/BOOK/system-config/sparc64-64-chapter.xml
+++ b/BOOK/system-config/sparc64-64-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/sparc64-chapter.xml b/BOOK/system-config/sparc64-chapter.xml
index c473913..48ce676 100644
--- a/BOOK/system-config/sparc64-chapter.xml
+++ b/BOOK/system-config/sparc64-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/x86-chapter.xml b/BOOK/system-config/x86-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/x86-chapter.xml
+++ b/BOOK/system-config/x86-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/x86_64-64-chapter.xml b/BOOK/system-config/x86_64-64-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/x86_64-64-chapter.xml
+++ b/BOOK/system-config/x86_64-64-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>
diff --git a/BOOK/system-config/x86_64-chapter.xml b/BOOK/system-config/x86_64-chapter.xml
index c473913..e8154ee 100644
--- a/BOOK/system-config/x86_64-chapter.xml
+++ b/BOOK/system-config/x86_64-chapter.xml
@@ -20,5 +20,6 @@
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/locale.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/inputrc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/fstab.xml"/>
 
 </chapter>

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

Summary of changes:
 BOOK/boot/common/fstab.xml                        |    2 +-
 BOOK/bootable/mips-chapter.xml                    |    1 -
 BOOK/bootable/mips64-64-chapter.xml               |    1 -
 BOOK/bootable/mips64-chapter.xml                  |    1 -
 BOOK/bootable/ppc-chapter.xml                     |    1 -
 BOOK/bootable/ppc64-64-chapter.xml                |    1 -
 BOOK/bootable/ppc64-chapter.xml                   |    1 -
 BOOK/bootable/sparc-chapter.xml                   |    1 -
 BOOK/bootable/sparc64-64-chapter.xml              |    1 -
 BOOK/bootable/sparc64-chapter.xml                 |    1 -
 BOOK/bootable/x86-chapter.xml                     |    1 -
 BOOK/bootable/x86_64-64-chapter.xml               |    1 -
 BOOK/bootable/x86_64-chapter.xml                  |    1 -
 BOOK/introduction/common/changelog.xml            |    3 +++
 BOOK/{bootable => system-config}/common/fstab.xml |    6 +++---
 BOOK/system-config/mips-chapter.xml               |    1 +
 BOOK/system-config/mips64-64-chapter.xml          |    1 +
 BOOK/system-config/mips64-chapter.xml             |    1 +
 BOOK/system-config/ppc-chapter.xml                |    1 +
 BOOK/system-config/ppc64-64-chapter.xml           |    1 +
 BOOK/system-config/ppc64-chapter.xml              |    1 +
 BOOK/system-config/sparc-chapter.xml              |    1 +
 BOOK/{bootable => system-config}/sparc/fstab.xml  |    6 +++---
 BOOK/system-config/sparc64-64-chapter.xml         |    1 +
 BOOK/system-config/sparc64-chapter.xml            |    1 +
 BOOK/system-config/x86-chapter.xml                |    1 +
 BOOK/system-config/x86_64-64-chapter.xml          |    1 +
 BOOK/system-config/x86_64-chapter.xml             |    1 +
 28 files changed, 22 insertions(+), 19 deletions(-)
 rename BOOK/{bootable => system-config}/common/fstab.xml (93%)
 rename BOOK/{bootable => system-config}/sparc/fstab.xml (93%)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list