[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1317-g559f774

git git at cross-lfs.org
Wed Jul 2 17:02:55 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  559f774f6ec0d782f0cf8f888da5eee22a4c1a68 (commit)
       via  6948cba372109198f6bd925cc350fc19bf3e01fd (commit)
      from  3bdce0d0f02b5103458613c67f2e8a2fdf31e39d (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 559f774f6ec0d782f0cf8f888da5eee22a4c1a68
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Wed Jul 2 19:00:35 2014 -0500

    Add &linux-version2; entity to the required parts of the book that need the full kernel version rather than just the &linux-version; entity. I.E.  3.14.8 instead of 3.14

diff --git a/BOOK/boot/mips/colo.xml b/BOOK/boot/mips/colo.xml
index 35c9463..2144848 100644
--- a/BOOK/boot/mips/colo.xml
+++ b/BOOK/boot/mips/colo.xml
@@ -32,8 +32,8 @@
 #
 # load linux
 #
-lcd 'Booting &linux-version;...'
-load vmlinux-&linux-version;.gz
+lcd 'Booting &linux-version;-&linux-version2;...'
+load vmlinux-&linux-version;-&linux-version2;.gz
 execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe
 EOF</userinput></screen>
 
diff --git a/BOOK/boot/mips/kernel.xml b/BOOK/boot/mips/kernel.xml
index a78257a..1d6f156 100644
--- a/BOOK/boot/mips/kernel.xml
+++ b/BOOK/boot/mips/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-boot-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -89,8 +89,8 @@
     xpointer="xpointer(//*[@os='v'])"/>
 
 <screen><userinput>mkdir -pv /tools/boot
-cp -v vmlinux /tools/boot/vmlinux-&linux-version;
-gzip -9 /tools/boot/vmlinux-&linux-version;</userinput></screen>
+cp -v vmlinux /tools/boot/vmlinux-&linux-version;-&linux-version2;
+gzip -9 /tools/boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/boot/mips64/kernel.xml b/BOOK/boot/mips64/kernel.xml
index 664265a..ac5850a 100644
--- a/BOOK/boot/mips64/kernel.xml
+++ b/BOOK/boot/mips64/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-boot-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -93,8 +93,8 @@
     xpointer="xpointer(//*[@os='v'])"/>
 
 <screen><userinput>mkdir -pv /tools/boot
-cp -v vmlinux /tools/boot/vmlinux-&linux-version;
-gzip -9 /tools/boot/vmlinux-&linux-version;</userinput></screen>
+cp -v vmlinux /tools/boot/vmlinux-&linux-version;-&linux-version2;
+gzip -9 /tools/boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/boot/ppc/kernel.xml b/BOOK/boot/ppc/kernel.xml
index ac4b1f1..6ab6f35 100644
--- a/BOOK/boot/ppc/kernel.xml
+++ b/BOOK/boot/ppc/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-boot-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -94,7 +94,7 @@
     xpointer="xpointer(//*[@os='v'])"/>
 
 <screen><userinput>mkdir -pv /tools/boot
-cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
+cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/boot/ppc64/kernel.xml b/BOOK/boot/ppc64/kernel.xml
index 36169cc..752b712 100644
--- a/BOOK/boot/ppc64/kernel.xml
+++ b/BOOK/boot/ppc64/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-boot-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -93,7 +93,7 @@
     xpointer="xpointer(//*[@os='v'])"/>
 
 <screen><userinput>mkdir -pv /tools/boot
-cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
+cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/boot/sparc/kernel.xml b/BOOK/boot/sparc/kernel.xml
index fcb332c..bbef6d1 100644
--- a/BOOK/boot/sparc/kernel.xml
+++ b/BOOK/boot/sparc/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-boot-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -89,7 +89,7 @@
     xpointer="xpointer(//*[@os='v'])"/>
 
 <screen><userinput>mkdir -pv /tools/boot
-cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
+cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/boot/sparc/silo.xml b/BOOK/boot/sparc/silo.xml
index 1fa3ea2..00cc988 100644
--- a/BOOK/boot/sparc/silo.xml
+++ b/BOOK/boot/sparc/silo.xml
@@ -24,7 +24,7 @@ partition = 1         # Boot partition (= root partition)
 root = /dev/sda1      # Root partition
 timeout = 150         # Wait 15 seconds before booting the default section
 
-image = /tools/boot/vmlinuz-clfs-&linux-version;
+image = /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2;
   label = linux
 # End /etc/silo.conf</literal>
 EOF</userinput></screen>
diff --git a/BOOK/boot/sparc64/kernel.xml b/BOOK/boot/sparc64/kernel.xml
index 9f4c1a7..f984da7 100644
--- a/BOOK/boot/sparc64/kernel.xml
+++ b/BOOK/boot/sparc64/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-boot-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -91,7 +91,7 @@
     xpointer="xpointer(//*[@os='v'])"/>
 
 <screen><userinput>mkdir -pv /tools/boot
-cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
+cp -v vmlinux /tools/boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/boot/x86/kernel.xml b/BOOK/boot/x86/kernel.xml
index 3ef974c..ea36c20 100644
--- a/BOOK/boot/x86/kernel.xml
+++ b/BOOK/boot/x86/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;=&linux-version2;</title>
 
   <indexterm zone="ch-boot-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -108,19 +108,19 @@
     <para os="v">Issue the following commands to install the kernel:</para>
 
 <screen><userinput>mkdir -pv /tools/boot
-cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;</userinput></screen>
+cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../bootable/x86/kernel.xml"
     xpointer="xpointer(//*[@os='w'])"/>
 
-<screen os="w1"><userinput>cp -v System.map /tools/boot/System.map-&linux-version;</userinput></screen>
+<screen os="w1"><userinput>cp -v System.map /tools/boot/System.map-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../bootable/x86/kernel.xml"
     xpointer="xpointer(//*[@os='x'])"/>
 
-<screen os="x1"><userinput>cp -v .config /tools/boot/config-&linux-version;</userinput></screen>
+<screen os="x1"><userinput>cp -v .config /tools/boot/config-&linux-version;-&linux-version2;</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/boot/x86_64/kernel.xml b/BOOK/boot/x86_64/kernel.xml
index b58945b..5fe187f 100644
--- a/BOOK/boot/x86_64/kernel.xml
+++ b/BOOK/boot/x86_64/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-boot-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-boot-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -93,7 +93,7 @@
     xpointer="xpointer(//*[@os='v'])"/>
 
 <screen><userinput>mkdir -pv /tools/boot
-cp -v arch/x86_64/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;</userinput></screen>
+cp -v arch/x86_64/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/bootable/mips/arcload.xml b/BOOK/bootable/mips/arcload.xml
index 66c7504..98c62d8 100644
--- a/BOOK/bootable/mips/arcload.xml
+++ b/BOOK/bootable/mips/arcload.xml
@@ -30,9 +30,9 @@
 append  "console=ttyS0,9600";
 
 CLFS {
-  &linux-version; {
-    description  "&linux-version;";
-    image system "/&linux-version;";
+  &linux-version;-&linux-version2; {
+    description  "&linux-version;-&linux-version2;";
+    image system "/&linux-version;-&linux-version2;";
   }
 
   debug {
@@ -47,6 +47,6 @@ EOF</userinput></screen>
 
 <screen os="d"><userinput>dvhtool --unix-to-vh /usr/lib/arcload/sash sash
 dvhtool --unix-to-vh /boot/arc.cf arc.cf
-dvhtool --unix-to-vh /boot/&linux-version; &linux-version;</userinput></screen>
+dvhtool --unix-to-vh /boot/&linux-version;-&linux-version2; &linux-version;-&linux-version2;</userinput></screen>
 
 </sect1>
diff --git a/BOOK/bootable/mips/colo.xml b/BOOK/bootable/mips/colo.xml
index 12c54f6..bde41df 100644
--- a/BOOK/bootable/mips/colo.xml
+++ b/BOOK/bootable/mips/colo.xml
@@ -40,8 +40,8 @@
 #
 # load linux
 #
-lcd 'Booting &linux-version;...'
-load vmlinux-&linux-version;.gz
+lcd 'Booting &linux-version;-&linux-version2;...'
+load vmlinux-&linux-version;-&linux-version2;.gz
 execute root=/dev/hda2 console=ttyS0,115200 ide1=noprobe</literal>
 EOF</userinput></screen>
 
diff --git a/BOOK/bootable/mips/kernel.xml b/BOOK/bootable/mips/kernel.xml
index 65db97b..ff941db 100644
--- a/BOOK/bootable/mips/kernel.xml
+++ b/BOOK/bootable/mips/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-bootable-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-bootable-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -101,8 +101,8 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /boot/vmlinux-&linux-version;
-gzip -9 /boot/vmlinux-&linux-version;</userinput></screen>
+<screen><userinput>cp -v vmlinux /boot/vmlinux-&linux-version;-&linux-version2;
+gzip -9 /boot/vmlinux-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/bootable/mips64/arcload.xml b/BOOK/bootable/mips64/arcload.xml
index ad4406d..6c21747 100644
--- a/BOOK/bootable/mips64/arcload.xml
+++ b/BOOK/bootable/mips64/arcload.xml
@@ -30,9 +30,9 @@
 append  "console=ttyS0,9600";
 
 CLFS {
-  &linux-version; {
-    description  "&linux-version;";
-    image system "/&linux-version;";
+  &linux-version;-&linux-version2; {
+    description  "&linux-version;-&linux-version2;";
+    image system "/&linux-version;-&linux-version2;";
   }
 
   debug {
@@ -47,6 +47,6 @@ EOF</userinput></screen>
 
 <screen os="d"><userinput>dvhtool --unix-to-vh /usr/lib/arcload/sash64 sash64
 dvhtool --unix-to-vh /boot/arc.cf arc.cf
-dvhtool --unix-to-vh /boot/&linux-version; &linux-version;</userinput></screen>
+dvhtool --unix-to-vh /boot/&linux-version;-&linux-version2; &linux-version;-&linux-version2;</userinput></screen>
 
 </sect1>
diff --git a/BOOK/bootable/ppc/kernel.xml b/BOOK/bootable/ppc/kernel.xml
index c4834e8..b75b2d8 100644
--- a/BOOK/bootable/ppc/kernel.xml
+++ b/BOOK/bootable/ppc/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-bootable-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-bootable-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -113,7 +113,7 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;</userinput></screen>
+<screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/bootable/ppc/yaboot.xml b/BOOK/bootable/ppc/yaboot.xml
index 9533ba0..e2fc08d 100644
--- a/BOOK/bootable/ppc/yaboot.xml
+++ b/BOOK/bootable/ppc/yaboot.xml
@@ -62,7 +62,7 @@
   to the image(s), such as
   <parameter>device=/ht at 0,f2000000/pci at 3/k2-sata-root at c/k2-sata at 0/disk at 0:</parameter>
   for the disk, and
-  <parameter>image=/ht at 0,f2000000/pci at 3/k2-sata-root at c/k2-sata at 0/disk at 0:9,/boot/clfskernel-&linux-version;</parameter>
+  <parameter>image=/ht at 0,f2000000/pci at 3/k2-sata-root at c/k2-sata at 0/disk at 0:9,/boot/clfskernel-&linux-version;-&linux-version2;</parameter>
   which definitely works.</para>
 
   <para os="k">Create a <quote>yaboot.conf</quote> file defining yaboot's boot
@@ -112,7 +112,7 @@ fgcolor=light-green
 # For all images, the pathname is relative to the filesystem
 # on which they are situated and can include at most one
 # directory
-image=/boot/clfskernel-&linux-version;
+image=/boot/clfskernel-&linux-version;-&linux-version2;
     label=&version;
     read-only</literal>
 EOF</userinput></screen>
diff --git a/BOOK/bootable/sparc/kernel.xml b/BOOK/bootable/sparc/kernel.xml
index 560d250..1c8a647 100644
--- a/BOOK/bootable/sparc/kernel.xml
+++ b/BOOK/bootable/sparc/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-bootable-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-bootable-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -105,7 +105,7 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;</userinput></screen>
+<screen><userinput>cp -v vmlinux /boot/clfskernel-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/bootable/sparc/silo.xml b/BOOK/bootable/sparc/silo.xml
index b70ce15..a08268d 100644
--- a/BOOK/bootable/sparc/silo.xml
+++ b/BOOK/bootable/sparc/silo.xml
@@ -24,7 +24,7 @@ partition = 1         # Boot partition (= root partition)
 root = /dev/sda1      # Root partition
 timeout = 150         # Wait 15 seconds before booting the default section
 
-image = /boot/clfskernel-&linux-version;
+image = /boot/clfskernel-&linux-version;-&linux-version2;
   label = linux
 # End /etc/silo.conf</literal>
 EOF</userinput></screen>
diff --git a/BOOK/bootable/x86/kernel.xml b/BOOK/bootable/x86/kernel.xml
index a2bbda0..602bfc1 100644
--- a/BOOK/bootable/x86/kernel.xml
+++ b/BOOK/bootable/x86/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-bootable-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-bootable-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -131,21 +131,21 @@ Kernel Hacking --->
 
     <para os="v">Issue the following command to install the kernel:</para>
 
-<screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;</userinput></screen>
+<screen><userinput>cp -v arch/i386/boot/bzImage /boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen>
 
     <para os="w"><filename>System.map</filename> is a symbol file for the kernel.
     It maps the function entry points of every function in the kernel API,
     as well as the addresses of the kernel data structures for the running
     kernel. Issue the following command to install the map file:</para>
 
-<screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;</userinput></screen>
+<screen os="w1"><userinput>cp -v System.map /boot/System.map-&linux-version;-&linux-version2;</userinput></screen>
 
     <para os="x">The kernel configuration file <filename>.config</filename>
     produced by the <command>make menuconfig</command> step above contains
     all the configuration selections for the kernel that was just compiled.
     It is a good idea to keep this file for future reference:</para>
 
-<screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;</userinput></screen>
+<screen os="x1"><userinput>cp -v .config /boot/config-&linux-version;-&linux-version2;</userinput></screen>
 
     <para os="y">It is important to note that the files in the kernel source
     directory are not owned by <systemitem class="username">root</systemitem>.
diff --git a/BOOK/bootable/x86_64/kernel.xml b/BOOK/bootable/x86_64/kernel.xml
index ff5433d..ff105ef 100644
--- a/BOOK/bootable/x86_64/kernel.xml
+++ b/BOOK/bootable/x86_64/kernel.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-bootable-kernel" role="wrap">
   <?dbhtml filename="kernel.html"?>
 
-  <title>Linux-&linux-version;</title>
+  <title>Linux-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-bootable-kernel">
     <primary sortas="a-Linux">Linux</primary>
@@ -105,7 +105,7 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v arch/x86_64/boot/bzImage /boot/vmlinuz-clfs-&linux-version;</userinput></screen>
+<screen><userinput>cp -v arch/x86_64/boot/bzImage /boot/vmlinuz-clfs-&linux-version;-&linux-version2;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/cross-tools/mips/linux-headers.xml b/BOOK/cross-tools/mips/linux-headers.xml
index 406d842..0b5b66c 100644
--- a/BOOK/cross-tools/mips/linux-headers.xml
+++ b/BOOK/cross-tools/mips/linux-headers.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-cross-tools-linux-headers" role="wrap">
   <?dbhtml filename="linux-headers.html"?>
 
-  <title>Linux-Headers-&linux-version;</title>
+  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-cross-tools-linux-headers">
     <primary sortas="a-Linux-Headers">Linux-Headers</primary>
diff --git a/BOOK/cross-tools/ppc/linux-headers.xml b/BOOK/cross-tools/ppc/linux-headers.xml
index 587fe9f..7eb7acf 100644
--- a/BOOK/cross-tools/ppc/linux-headers.xml
+++ b/BOOK/cross-tools/ppc/linux-headers.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-cross-tools-linux-headers" role="wrap">
   <?dbhtml filename="linux-headers.html"?>
 
-  <title>Linux-Headers-&linux-version;</title>
+  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-cross-tools-linux-headers">
     <primary sortas="a-Linux-Headers">Linux-Headers</primary>
diff --git a/BOOK/cross-tools/sparc/linux-headers.xml b/BOOK/cross-tools/sparc/linux-headers.xml
index 90ae39e..ff0b5d6 100644
--- a/BOOK/cross-tools/sparc/linux-headers.xml
+++ b/BOOK/cross-tools/sparc/linux-headers.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-cross-tools-linux-headers" role="wrap">
   <?dbhtml filename="linux-headers.html"?>
 
-  <title>Linux-Headers-&linux-version;</title>
+  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-cross-tools-linux-headers">
     <primary sortas="a-Linux-Headers">Linux-Headers</primary>
diff --git a/BOOK/cross-tools/sparc64/linux-headers.xml b/BOOK/cross-tools/sparc64/linux-headers.xml
index 68a30d6..a9d950c 100644
--- a/BOOK/cross-tools/sparc64/linux-headers.xml
+++ b/BOOK/cross-tools/sparc64/linux-headers.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-cross-tools-linux-headers" role="wrap">
   <?dbhtml filename="linux-headers.html"?>
 
-  <title>Linux-Headers-&linux-version;</title>
+  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-cross-tools-linux-headers">
     <primary sortas="a-Linux-Headers">Linux-Headers</primary>
diff --git a/BOOK/cross-tools/x86/linux-headers.xml b/BOOK/cross-tools/x86/linux-headers.xml
index 05788f1..7a5ac5a 100644
--- a/BOOK/cross-tools/x86/linux-headers.xml
+++ b/BOOK/cross-tools/x86/linux-headers.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-cross-tools-linux-headers" role="wrap">
   <?dbhtml filename="linux-headers.html"?>
 
-  <title>Linux-Headers-&linux-version;</title>
+  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-cross-tools-linux-headers">
     <primary sortas="a-Linux-Headers">Linux-Headers</primary>
diff --git a/BOOK/cross-tools/x86_64/linux-headers.xml b/BOOK/cross-tools/x86_64/linux-headers.xml
index ce51213..038d2c4 100644
--- a/BOOK/cross-tools/x86_64/linux-headers.xml
+++ b/BOOK/cross-tools/x86_64/linux-headers.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-cross-tools-linux-headers" role="wrap">
   <?dbhtml filename="linux-headers.html"?>
 
-  <title>Linux-Headers-&linux-version;</title>
+  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-cross-tools-linux-headers">
     <primary sortas="a-Linux-Headers">Linux-Headers</primary>
diff --git a/BOOK/final-system/common/linux-headers.xml b/BOOK/final-system/common/linux-headers.xml
index ebf97df..92f05c3 100644
--- a/BOOK/final-system/common/linux-headers.xml
+++ b/BOOK/final-system/common/linux-headers.xml
@@ -8,7 +8,7 @@
 <sect1 id="ch-system-linux-headers" role="wrap">
   <?dbhtml filename="linux-headers.html"?>
 
-  <title>Linux-Headers-&linux-version;</title>
+  <title>Linux-Headers-&linux-version;-&linux-version2;</title>
 
   <indexterm zone="ch-system-linux-headers">
     <primary sortas="a-Linux-Headers">Linux-Headers</primary>
diff --git a/BOOK/materials/common/packages.xml b/BOOK/materials/common/packages.xml
index 0080ae0..45bca86 100644
--- a/BOOK/materials/common/packages.xml
+++ b/BOOK/materials/common/packages.xml
@@ -438,7 +438,7 @@
     </varlistentry>
 
     <varlistentry>
-      <term>Linux (&linux-version;) - <token>&linux-size;</token>:</term>
+      <term>Linux (&linux-version;-&linux-version2;) - <token>&linux-size;</token>:</term>
       <listitem>
         <para>Home page: <ulink url="&linux-home;"/></para>
         <para>Download: <ulink url="&linux-url;"/></para>
diff --git a/BOOK/system-config/common/udev.xml b/BOOK/system-config/common/udev.xml
index bd3a98c..516cf72 100644
--- a/BOOK/system-config/common/udev.xml
+++ b/BOOK/system-config/common/udev.xml
@@ -201,8 +201,9 @@
       <para>Udev will only load a module if it has a bus-specific alias and the
       bus driver properly exports the necessary aliases to <systemitem
       class="filesystem">sysfs</systemitem>. In other cases, one should
-      arrange module loading by other means. With Linux-&linux-version;, Udev is
-      known to load properly-written drivers for INPUT, IDE, PCI, USB, SCSI,
+      arrange module loading by other means. With
+      Linux-&linux-version;-&linux-version2;, Udev is known to load
+      properly-written drivers for INPUT, IDE, PCI, USB, SCSI,
       SERIO and FireWire devices.</para>
 
       <para>To determine if the device driver you require has the necessary
@@ -220,8 +221,9 @@
       <para>If there is no <filename>modalias</filename> file in the relevant
       directory under <filename class="directory">/sys/bus</filename>, this
       means that the kernel developers have not yet added modalias support to
-      this bus type. With Linux-&linux-version;, this is the case with ISA
-      busses. Expect this issue to be fixed in later kernel versions.</para>
+      this bus type. With Linux-&linux-version;-&linux-version2;, this is the
+      case with ISA busses. Expect this issue to be fixed in later kernel
+      versions.</para>
 
       <para>Udev is not intended to load <quote>wrapper</quote> drivers such as
       <emphasis>snd-pcm-oss</emphasis> and non-hardware drivers such as

commit 6948cba372109198f6bd925cc350fc19bf3e01fd
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Wed Jul 2 18:57:37 2014 -0500

    Update date for July 02, 2014 changes.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 32243bc..6899255 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY month "06"> <!-- Use two digits -->
-<!ENTITY month_name "June">
-<!ENTITY day "30"> <!-- Use two digits -->
+<!ENTITY month "07"> <!-- Use two digits -->
+<!ENTITY month_name "July">
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/boot/mips/colo.xml                    |    4 ++--
 BOOK/boot/mips/kernel.xml                  |    6 +++---
 BOOK/boot/mips64/kernel.xml                |    6 +++---
 BOOK/boot/ppc/kernel.xml                   |    4 ++--
 BOOK/boot/ppc64/kernel.xml                 |    4 ++--
 BOOK/boot/sparc/kernel.xml                 |    4 ++--
 BOOK/boot/sparc/silo.xml                   |    2 +-
 BOOK/boot/sparc64/kernel.xml               |    4 ++--
 BOOK/boot/x86/kernel.xml                   |    8 ++++----
 BOOK/boot/x86_64/kernel.xml                |    4 ++--
 BOOK/bootable/mips/arcload.xml             |    8 ++++----
 BOOK/bootable/mips/colo.xml                |    4 ++--
 BOOK/bootable/mips/kernel.xml              |    6 +++---
 BOOK/bootable/mips64/arcload.xml           |    8 ++++----
 BOOK/bootable/ppc/kernel.xml               |    4 ++--
 BOOK/bootable/ppc/yaboot.xml               |    4 ++--
 BOOK/bootable/sparc/kernel.xml             |    4 ++--
 BOOK/bootable/sparc/silo.xml               |    2 +-
 BOOK/bootable/x86/kernel.xml               |    8 ++++----
 BOOK/bootable/x86_64/kernel.xml            |    4 ++--
 BOOK/cross-tools/mips/linux-headers.xml    |    2 +-
 BOOK/cross-tools/ppc/linux-headers.xml     |    2 +-
 BOOK/cross-tools/sparc/linux-headers.xml   |    2 +-
 BOOK/cross-tools/sparc64/linux-headers.xml |    2 +-
 BOOK/cross-tools/x86/linux-headers.xml     |    2 +-
 BOOK/cross-tools/x86_64/linux-headers.xml  |    2 +-
 BOOK/final-system/common/linux-headers.xml |    2 +-
 BOOK/general.ent                           |    6 +++---
 BOOK/materials/common/packages.xml         |    2 +-
 BOOK/system-config/common/udev.xml         |   10 ++++++----
 30 files changed, 66 insertions(+), 64 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list