[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-909-g46974b0

git git at cross-lfs.org
Sat May 3 12:03:30 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, systemd has been updated
       via  46974b01a52b8921ecf69bd2c61a31ee5a745137 (commit)
      from  53ba1695ff55e70556d336989c4176a6ff388616 (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 46974b01a52b8921ecf69bd2c61a31ee5a745137
Author: Chris Staub <chris at beaker67.com>
Date:   Sat May 3 15:03:27 2014 -0400

    Add commands to kernel pages to create /tools/boot

diff --git a/BOOK/boot/mips/kernel.xml b/BOOK/boot/mips/kernel.xml
index ac8e60e..dcf0f36 100644
--- a/BOOK/boot/mips/kernel.xml
+++ b/BOOK/boot/mips/kernel.xml
@@ -88,7 +88,8 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /tools/boot/vmlinux-&linux-version;
+<screen><userinput>mkdir -pv /tools/boot
+cp -v vmlinux /tools/boot/vmlinux-&linux-version;
 gzip -9 /tools/boot/vmlinux-&linux-version;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/boot/mips64/kernel.xml b/BOOK/boot/mips64/kernel.xml
index 68a3751..fea3b01 100644
--- a/BOOK/boot/mips64/kernel.xml
+++ b/BOOK/boot/mips64/kernel.xml
@@ -92,7 +92,8 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /tools/boot/vmlinux-&linux-version;
+<screen><userinput>mkdir -pv /tools/boot
+cp -v vmlinux /tools/boot/vmlinux-&linux-version;
 gzip -9 /tools/boot/vmlinux-&linux-version;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/boot/ppc/kernel.xml b/BOOK/boot/ppc/kernel.xml
index 01f7e16..bd6eee9 100644
--- a/BOOK/boot/ppc/kernel.xml
+++ b/BOOK/boot/ppc/kernel.xml
@@ -93,7 +93,8 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
+<screen><userinput>mkdir -pv /tools/boot
+cp -v vmlinux /tools/boot/clfskernel-&linux-version;</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 aed4f7b..eb5e4bc 100644
--- a/BOOK/boot/ppc64/kernel.xml
+++ b/BOOK/boot/ppc64/kernel.xml
@@ -92,7 +92,8 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
+<screen><userinput>mkdir -pv /tools/boot
+cp -v vmlinux /tools/boot/clfskernel-&linux-version;</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 4e0994b..588f51a 100644
--- a/BOOK/boot/sparc/kernel.xml
+++ b/BOOK/boot/sparc/kernel.xml
@@ -88,7 +88,8 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
+<screen><userinput>mkdir -pv /tools/boot
+cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../x86/kernel.xml"
diff --git a/BOOK/boot/sparc64/kernel.xml b/BOOK/boot/sparc64/kernel.xml
index 6eb019d..a6de7d5 100644
--- a/BOOK/boot/sparc64/kernel.xml
+++ b/BOOK/boot/sparc64/kernel.xml
@@ -90,7 +90,8 @@
     href="../x86/kernel.xml"
     xpointer="xpointer(//*[@os='v'])"/>
 
-<screen><userinput>cp -v vmlinux /tools/boot/clfskernel-&linux-version;</userinput></screen>
+<screen><userinput>mkdir -pv /tools/boot
+cp -v vmlinux /tools/boot/clfskernel-&linux-version;</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 987703f..c8328f0 100644
--- a/BOOK/boot/x86/kernel.xml
+++ b/BOOK/boot/x86/kernel.xml
@@ -94,7 +94,8 @@
 
     <para os="v">Issue the following commands to install the kernel:</para>
 
-<screen><userinput>cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;</userinput></screen>
+<screen><userinput>mkdir -pv /tools/boot
+cp -v arch/i386/boot/bzImage /tools/boot/vmlinuz-clfs-&linux-version;</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../bootable/x86/kernel.xml"

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

Summary of changes:
 BOOK/boot/mips/kernel.xml    |    3 ++-
 BOOK/boot/mips64/kernel.xml  |    3 ++-
 BOOK/boot/ppc/kernel.xml     |    3 ++-
 BOOK/boot/ppc64/kernel.xml   |    3 ++-
 BOOK/boot/sparc/kernel.xml   |    3 ++-
 BOOK/boot/sparc64/kernel.xml |    3 ++-
 BOOK/boot/x86/kernel.xml     |    3 ++-
 7 files changed, 14 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list