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

git git at cross-lfs.org
Fri Dec 9 21:18:55 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  7fbb56130a09e475533558d1097e5377fe7e76ad (commit)
      from  40ce7b8e5ad5861e70506394c11f3d91b70f908c (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 7fbb56130a09e475533558d1097e5377fe7e76ad
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Dec 10 00:13:43 2011 -0500

    Actually add platform-dependent rationale files

diff --git a/BOOK/appendices/rationale/mips.xml b/BOOK/appendices/rationale/mips.xml
new file mode 100644
index 0000000..29de71c
--- /dev/null
+++ b/BOOK/appendices/rationale/mips.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<appendix id="appendixd-mips" xreflabel="Appendix D">
+  <?dbhtml dir="appendixd"?>
+  <?dbhtml filename="rationale-mips.html"?>
+
+  <title>Package Rationale - MIPS</title>
+
+  <para>This is the explanation for the inclusion of MIPS-specific packages.</para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para>ARCLoad</para>
+      <para>An SGI Multi-bootloader. Able to bootload many different SGI Systems.</para>
+    </listitem>
+
+    <listitem>
+      <para>Colo</para>
+      <para>A replacement bootloader for the Cobalt MIPS based Raq/Qube? servers.</para>
+    </listitem>
+
+    <listitem>
+      <para>DVHTool</para>
+      <para>Dvhtool is the tool responsible for writing MIPS kernel(s) into
+      the SGI volume header.</para>
+    </listitem>
+
+  </itemizedlist>
+
+</appendix>
diff --git a/BOOK/appendices/rationale/sparc.xml b/BOOK/appendices/rationale/sparc.xml
new file mode 100644
index 0000000..117cead
--- /dev/null
+++ b/BOOK/appendices/rationale/sparc.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<appendix id="appendixd-sparc" xreflabel="Appendix D">
+  <?dbhtml dir="appendixd"?>
+  <?dbhtml filename="rationale-sparc.html"?>
+
+  <title>Package Rationale - Sparc</title>
+
+  <para>This is the explanation for the inclusion of Sparc-specific packages.</para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para>ELFtoaout</para>
+      <para>A utility for converting ELF binaries to a.out binaries. Needed to
+      install Silo.</para>
+    </listitem>
+
+    <listitem>
+      <para>Silo</para>
+      <para>SPARC/UltraSPARC Improved Loader, a boot loader for Sparc.</para>
+    </listitem>
+
+  </itemizedlist>
+
+</appendix>
diff --git a/BOOK/appendices/rationale/x86.xml b/BOOK/appendices/rationale/x86.xml
new file mode 100644
index 0000000..8b4cb60
--- /dev/null
+++ b/BOOK/appendices/rationale/x86.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<appendix id="appendixd-x86" xreflabel="Appendix D">
+  <?dbhtml dir="appendixd"?>
+  <?dbhtml filename="rationale-x86.html"?>
+
+  <title>Package Rationale - X86</title>
+
+  <para>This is the explanation for the inclusion of x86-specific packages.</para>
+
+  <itemizedlist>
+
+    <listitem>
+      <para>GRUB</para>
+      <para>The GRand Unified Bootloader.</para>
+    </listitem>
+
+  </itemizedlist>
+
+</appendix>

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

Summary of changes:
 BOOK/appendices/rationale/mips.xml  |   36 +++++++++++++++++++++++++++++++++++
 BOOK/appendices/rationale/sparc.xml |   31 ++++++++++++++++++++++++++++++
 BOOK/appendices/rationale/x86.xml   |   25 ++++++++++++++++++++++++
 3 files changed, 92 insertions(+), 0 deletions(-)
 create mode 100644 BOOK/appendices/rationale/mips.xml
 create mode 100644 BOOK/appendices/rationale/sparc.xml
 create mode 100644 BOOK/appendices/rationale/x86.xml


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list