Author: jim
Date: 2006-07-22 18:03:37 -0600 (Sat, 22 Jul 2006)
New Revision: 2081
Added:
branches/clfs-2.0/BOOK/appendices/dependencies/x86.xml
branches/clfs-2.0/BOOK/bootable/x86-chapter.xml
branches/clfs-2.0/BOOK/bootable/x86/
branches/clfs-2.0/BOOK/bootable/x86/kernel.xml
branches/clfs-2.0/BOOK/bootscripts/x86-chapter.xml
branches/clfs-2.0/BOOK/cross-tools/x86-chapter.xml
branches/clfs-2.0/BOOK/cross-tools/x86/
branches/clfs-2.0/BOOK/cross-tools/x86/glibc-headers.xml
branches/clfs-2.0/BOOK/cross-tools/x86/linux-headers.xml
branches/clfs-2.0/BOOK/cross-tools/x86/variables.xml
branches/clfs-2.0/BOOK/final-system/x86-chapter.xml
branches/clfs-2.0/BOOK/final-system/x86/
branches/clfs-2.0/BOOK/final-system/x86/coreutils.xml
branches/clfs-2.0/BOOK/final-system/x86/kbd.xml
branches/clfs-2.0/BOOK/final-system/x86/perl.xml
branches/clfs-2.0/BOOK/introduction/x86-chapter.xml
branches/clfs-2.0/BOOK/introduction/x86/
branches/clfs-2.0/BOOK/introduction/x86/changelog.xml
branches/clfs-2.0/BOOK/introduction/x86/livecd.xml
branches/clfs-2.0/BOOK/introduction/x86/whatsnew.xml
branches/clfs-2.0/BOOK/materials/x86-chapter.xml
branches/clfs-2.0/BOOK/materials/x86/
branches/clfs-2.0/BOOK/materials/x86/packages.xml
branches/clfs-2.0/BOOK/materials/x86/patches.xml
branches/clfs-2.0/BOOK/partitioning/x86-chapter.xml
branches/clfs-2.0/BOOK/x86-index.xml
Modified:
/
branches/clfs-2.0/BOOK/Makefile
branches/clfs-2.0/BOOK/bootable/arm/kernel.xml
branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml
branches/clfs-2.0/BOOK/cross-tools/arm/glibc-headers.xml
branches/clfs-2.0/BOOK/general.ent
branches/clfs-2.0/BOOK/materials/arm/packages.xml
branches/clfs-2.0/BOOK/materials/arm/patches.xml
branches/clfs-2.0/BOOK/patches.ent
branches/clfs-2.0/BOOK/prologue/arm/bookinfo.xml
branches/clfs-2.0/BOOK/stylesheets/top-index.xsl
Log:
[EMAIL PROTECTED] (orig r2198): jciccone | 2006-07-22 15:12:30 -0700
Added x86
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:2197
+ b6734a72-470d-0410-b049-f317dca95413:/:2198
Modified: branches/clfs-2.0/BOOK/Makefile
===================================================================
--- branches/clfs-2.0/BOOK/Makefile 2006-07-22 23:51:22 UTC (rev 2080)
+++ branches/clfs-2.0/BOOK/Makefile 2006-07-23 00:03:37 UTC (rev 2081)
@@ -6,7 +6,7 @@
S := -
-ARCHS := arm
+ARCHS := arm x86
ARCHS_HTML := $(ARCHS:%=%$(S)html)
ARCHS_NOCHUNKS := $(ARCHS:%=%$(S)nochunks)
Added: branches/clfs-2.0/BOOK/appendices/dependencies/x86.xml
===================================================================
--- branches/clfs-2.0/BOOK/appendices/dependencies/x86.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/appendices/dependencies/x86.xml 2006-07-23
00:03:37 UTC (rev 2081)
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<appendix id="appendixc-arm" xreflabel="Appendix C">
+ <?dbhtml dir="appendixc"?>
+ <?dbhtml filename="arm-dependencies.html"?>
+
+ <title>X86 Dependencies</title>
+
+ <para>This page contains dependency information for packages specific to
X86.</para>
+
+</appendix>
Modified: branches/clfs-2.0/BOOK/bootable/arm/kernel.xml
===================================================================
--- branches/clfs-2.0/BOOK/bootable/arm/kernel.xml 2006-07-22 23:51:22 UTC
(rev 2080)
+++ branches/clfs-2.0/BOOK/bootable/arm/kernel.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -105,7 +105,7 @@
<para os="v">Issue the following command to install the kernel:</para>
-<screen><userinput>cp arch/i386/boot/bzImage
${CLFS}/boot/clfskernel-&linux-version;</userinput></screen>
+<screen><userinput>cp vmlinux
${CLFS}/boot/clfskernel-&linux-version;</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,
@@ -119,7 +119,7 @@
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 .config
${CLFS}/boot/config-&linux-version;</userinput></screen>
+<screen os="y"><userinput>cp .config
${CLFS}/boot/config-&linux-version;</userinput></screen>
<warning os="z">
<para>Some kernel documentation recommends creating a symlink from
Added: branches/clfs-2.0/BOOK/bootable/x86/kernel.xml
===================================================================
--- branches/clfs-2.0/BOOK/bootable/x86/kernel.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/bootable/x86/kernel.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,136 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-bootable-kernel" role="wrap">
+ <?dbhtml filename="kernel.html"?>
+
+ <title>Linux-&linux-version;</title>
+
+ <indexterm zone="ch-bootable-kernel">
+ <primary sortas="a-Linux">Linux</primary>
+ </indexterm>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'package'])"/>
+
+ <sect2 role="installation">
+ <title>Installation of the kernel</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'j'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'k'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'n'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'o'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'q'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'r'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'s'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'t'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'u'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'v'])"/>
+
+<screen><userinput>cp vmlinux
/boot/clfskernel-&linux-version;</userinput></screen>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'w'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'w1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'x'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'y'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'z'])"/>
+
+ </sect2>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kernel.xml"
+ xpointer="xpointer(id('contents-kernel'))"/>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/bootable/x86-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/bootable/x86-chapter.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/bootable/x86-chapter.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+
+<chapter id="chapter-bootable" xreflabel="Making the CLFS System Bootable">
+ <?dbhtml dir="bootable"?>
+ <?dbhtml filename="chapter.html"?>
+
+ <title>Making the CLFS System Bootable</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/introduction.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/fstab.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/kernel.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/chowning.xml"/>
+
+</chapter>
Added: branches/clfs-2.0/BOOK/bootscripts/x86-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/bootscripts/x86-chapter.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/bootscripts/x86-chapter.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+
+<chapter id="chapter-bootscripts" xreflabel="Setting Up System Bootscripts">
+ <?dbhtml dir="bootscripts"?>
+ <?dbhtml filename="chapter.html"?>
+
+ <title>Setting Up System Bootscripts</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/introduction.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/bootscripts.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/udev-rules.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/usage.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/udev.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/setclock.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/console.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/sysklogd.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/inputrc.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/profile.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/hostname.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/hosts.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/network.xml"/>
+
+</chapter>
Modified: branches/clfs-2.0/BOOK/cross-tools/arm/glibc-headers.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/arm/glibc-headers.xml 2006-07-22
23:51:22 UTC (rev 2080)
+++ branches/clfs-2.0/BOOK/cross-tools/arm/glibc-headers.xml 2006-07-23
00:03:37 UTC (rev 2081)
@@ -116,7 +116,7 @@
</sect2>
- <sect2 role="content">
+ <sect2 role="content" id="contents-glibc-headers">
<title/>
<para>Details on this package are located in <xref
Modified: branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml 2006-07-22 23:51:22 UTC
(rev 2080)
+++ branches/clfs-2.0/BOOK/cross-tools/arm-chapter.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -21,6 +21,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="arm/glibc.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gcc-final.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/groff.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/groff.xml"/>
</chapter>
Added: branches/clfs-2.0/BOOK/cross-tools/x86/glibc-headers.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/x86/glibc-headers.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/cross-tools/x86/glibc-headers.xml 2006-07-23
00:03:37 UTC (rev 2081)
@@ -0,0 +1,114 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-cross-tools-glibc-headers" role="wrap">
+ <?dbhtml filename="glibc-headers.html"?>
+
+ <title>Glibc-&glibc-version; Headers</title>
+
+ <indexterm zone="ch-cross-tools-glibc-headers">
+ <primary sortas="a-Glibc">Glibc</primary>
+ <secondary>cross tools, headers</secondary>
+ </indexterm>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'package'])"/>
+
+ <sect2 role="installation">
+ <title>Installation of Glibc Headers</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'s2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'u1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+<screen os="e"><userinput>echo "libc_cv_forced_unwind=yes" > config.cache
+echo "libc_cv_c_cleanup=yes" >> config.cache
+echo "libc_cv_386_tls=yes" >> config.cache</userinput></screen>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'dj'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'k'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'n'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'o'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'q'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'r'])"/>
+
+<screen os="s"><userinput>cp -v
../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h \
+ ${CLFS}/usr/include/bits</userinput></screen>
+
+ </sect2>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/glibc-headers.xml"
+ xpointer="xpointer(id('contents-glibc-headers'))"/>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/cross-tools/x86/linux-headers.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/x86/linux-headers.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/cross-tools/x86/linux-headers.xml 2006-07-23
00:03:37 UTC (rev 2081)
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-system-linux-headers" role="wrap">
+ <?dbhtml filename="linux-headers.html"?>
+
+ <title>Linux-Headers-&linux-headers-version;</title>
+
+ <indexterm zone="ch-system-linux-headers">
+ <primary sortas="a-Linux-Headers">Linux-Headers</primary>
+ </indexterm>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/linux-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'package'])"/>
+
+ <sect2 role="installation">
+ <title>Installation of Linux Headers</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/linux-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/linux-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/linux-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/linux-headers.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+<screen><userinput>cp -av include/asm-i386/*
${CLFS}/usr/include/asm</userinput></screen>
+
+ </sect2>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/linux-headers.xml"
+ xpointer="xpointer(id('contents-linux-headers'))"/>
+
+</sect1>
+
Added: branches/clfs-2.0/BOOK/cross-tools/x86/variables.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/x86/variables.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/cross-tools/x86/variables.xml 2006-07-23
00:03:37 UTC (rev 2081)
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-cross-tools-variables">
+ <?dbhtml filename="variables.html"?>
+
+ <title>Build Variables</title>
+
+ <bridgehead renderas="sect4">Setting Host and Target</bridgehead>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/variables.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/variables.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/variables.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+<screen os="d"><userinput>export CLFS_TARGET="{target
tripplet}"</userinput></screen>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/variables.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/variables.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+ <table os="g">
+ <title>Processor Type and Target Triplets</title>
+ <tgroup cols="2" align="center">
+ <colspec colname="Processor"/>
+ <colspec colname="Triplet"/>
+ <thead>
+ <row>
+ <entry>Processor</entry>
+ <entry>Target Triplet</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>486 Compatibles</entry>
+ <entry>i486-pc-linux-gnu</entry>
+ </row>
+ <row>
+ <entry>Pentium, K6, 586 Compatibles</entry>
+ <entry>i586-pc-linux-gnu</entry>
+ </row>
+ <row>
+ <entry>Pentium II, Pentium III, Pentium 4</entry>
+ <entry>i686-pc-linux-gnu</entry>
+ </row>
+ <row>
+ <entry>Athlon, Duron</entry>
+ <entry>i686-pc-linux-gnu</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/cross-tools/x86-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/x86-chapter.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/cross-tools/x86-chapter.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+
+<chapter id="chapter-cross-tools" xreflabel="Constructing Cross-Compile Tools">
+ <?dbhtml dir="cross-tools"?>
+ <?dbhtml filename="chapter.html"?>
+
+ <title>Constructing Cross-Compile Tools</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/introduction.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/cflags.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/variables.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/linux-headers.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/binutils.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/glibc-headers.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gcc-static.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/glibc.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gcc-final.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/groff.xml"/>
+
+</chapter>
Added: branches/clfs-2.0/BOOK/final-system/x86/coreutils.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/x86/coreutils.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/final-system/x86/coreutils.xml 2006-07-23
00:03:37 UTC (rev 2081)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-system-coreutils" role="wrap">
+ <?dbhtml filename="coreutils.html"?>
+
+ <title>Coreutils-&coreutils-version;</title>
+
+ <indexterm zone="ch-system-coreutils">
+ <primary sortas="a-Coreutils">Coreutils</primary>
+ </indexterm>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'package'])"/>
+
+ <sect2 role="installation">
+ <title>Installation of Coreutils</title>
+
+ <para os="aa">A known issue with the <command>uname</command> program from
+ this package is that the <option>-p</option> switch always
+ returns <computeroutput>unknown</computeroutput>. The following patch
+ fixes this behavior for Intel architectures:</para>
+
+<screen os="ab"><userinput>patch -Np1 -i
../&coreutils-x86_uname-patch;</userinput></screen>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'j'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'k'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
+
+ </sect2>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/coreutils.xml"
+ xpointer="xpointer(id('contents-coreutils'))"/>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/final-system/x86/kbd.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/x86/kbd.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/final-system/x86/kbd.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-system-kbd" role="wrap">
+ <?dbhtml filename="kbd.html"?>
+
+ <title>Kbd-&kbd-version;</title>
+
+ <indexterm zone="ch-system-kbd">
+ <primary sortas="a-Kbd">Kbd</primary>
+ </indexterm>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'package'])"/>
+
+ <sect2 role="installation">
+ <title>Installation of Kbd</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'s1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'s2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'s3'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'s4'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'s5'])"/>
+
+<screen os="s6"><userinput>cp make_include{,.orig}
+sed "/^ARCH/s/=.*/=i386/" make_include.orig >
make_include</userinput></screen>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+ </sect2>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/kbd.xml"
+ xpointer="xpointer(id('contents-kbd'))"/>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/final-system/x86/perl.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/x86/perl.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/final-system/x86/perl.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-system-perl" role="wrap">
+ <?dbhtml filename="perl.html"?>
+
+ <title>Perl-&perl-version;</title>
+
+ <indexterm zone="ch-system-perl">
+ <primary sortas="a-Perl">Perl</primary>
+ </indexterm>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'package'])"/>
+
+ <sect2 role="installation">
+ <title>Installation of Perl</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+<screen os="d"><userinput>make ARCH=x86
CROSS_COMPILE="${CLFS_TARGET}-"</userinput></screen>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+ </sect2>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/perl.xml"
+ xpointer="xpointer(id('contents-perl'))"/>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/final-system/x86-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/x86-chapter.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/final-system/x86-chapter.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+
+<chapter id="chapter-building-system" xreflabel="Installing Basic System
Software">
+ <?dbhtml dir="final-system"?>
+ <?dbhtml filename="chapter.html"?>
+
+ <title>Installing Basic System Software</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/introduction.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/pkgmgt.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/variables.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/binutils.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gcc.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/coreutils.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/iana-etc.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/m4.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/bison.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/ncurses.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/procps.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/sed.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/libtool.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/perl.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/readline.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/zlib.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/autoconf.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/automake.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/bash.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/bzip2.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/diffutils.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/e2fsprogs.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/file.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/findutils.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/flex.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gawk.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gettext.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/grep.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/groff.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/gzip.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/inetutils.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/iproute2.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/kbd.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/less.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/make.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/man.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/man-pages.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/mktemp.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/module-init-tools.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/patch.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/psmisc.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/shadow.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/sysklogd.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/sysvinit.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/tar.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/texinfo.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/udev.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/util-linux.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/vim.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/aboutdebug.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/stripping.xml"/>
+
+</chapter>
Modified: branches/clfs-2.0/BOOK/general.ent
===================================================================
--- branches/clfs-2.0/BOOK/general.ent 2006-07-22 23:51:22 UTC (rev 2080)
+++ branches/clfs-2.0/BOOK/general.ent 2006-07-23 00:03:37 UTC (rev 2081)
@@ -15,7 +15,8 @@
<!ENTITY version
"SVN-&major-version;.&minor-version;.&extra-version;-&year;&month;&day;">
-<!ENTITY version-ARM "&version;-ARM">
+<!ENTITY version-arm "&version;-ARM">
+<!ENTITY version-x86 "&version;-x86">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">
<!ENTITY clfs-root "http://cross-lfs.org/">
Added: branches/clfs-2.0/BOOK/introduction/x86/changelog.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/x86/changelog.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/introduction/x86/changelog.xml 2006-07-23
00:03:37 UTC (rev 2081)
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-intro-changelog-arm">
+ <title>Changelog for X86</title>
+ <?dbhtml filename="changelog-arm.html"?>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../arm/changelog.xml"
+ xpointer="xpointer(/sect1/para[1])"/>
+
+ <itemizedlist>
+ <title>Changelog Entries:</title>
+
+<!-- Changelog template
+
+ <listitem>
+ <para>Date</para>
+ <itemizedlist>
+ <listitem>
+ <para>[name] - Changelog entry.</para>
+ </listitem>
+ <listitem>
+ <para>[name] - Another changelog entry.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+-->
+
+ <listitem>
+ <para>June 22, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jciccone] - Added x86 to the book.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ </itemizedlist>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/introduction/x86/livecd.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/x86/livecd.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/introduction/x86/livecd.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,106 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-intro-bootcd" arch="arm">
+ <?dbhtml filename="bootcd.html"?>
+
+ <title>About the Included CD</title>
+
+ <para>For your convenience, we have included a CD with this book that
+ contains the source packages needed for creating a Linux From Scratch
+ system. The CD is bootable and provides a stable working environment
+ for building LFS. This book refers to this system as the
+ <quote>host system.</quote> The CD images are actively maintained and
+ updated versions can be found at
+ <ulink url="ftp://ftp.lfs-matrix.de/pub/lfs-livecd/"/></para>
+
+ <para>In addition to the tools required to build LFS, the host system
+ on the CD has a number of other helpful tools installed:</para>
+
+ <itemizedlist>
+
+ <listitem>
+ <para>An HTML version of this book</para>
+ </listitem>
+
+ <listitem>
+ <para>The X Window System Environment</para>
+ </listitem>
+
+ <listitem>
+ <para>Web Tools</para>
+ <itemizedlist>
+ <listitem>
+ <para>Wget (command line file retriever)</para>
+ </listitem>
+ <listitem>
+ <para>Lynx (text web browser)</para>
+ </listitem>
+ <listitem>
+ <para>Irssi (console IRC client)</para>
+ </listitem>
+ <listitem>
+ <para>Firefox (graphical web browser)</para>
+ </listitem>
+ <listitem>
+ <para>Xchat (X-based IRC client)</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>Text Editors</para>
+ <itemizedlist>
+ <listitem>
+ <para>Vim</para>
+ </listitem>
+ <listitem>
+ <para>Nano</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>Network Tools</para>
+ <itemizedlist>
+ <listitem>
+ <para>SSH Server and Client</para>
+ </listitem>
+ <listitem>
+ <para>NFS Server and Client</para>
+ </listitem>
+ <listitem>
+ <para>Smbmount (mount.cifs) for Windows shares</para>
+ </listitem>
+ <listitem>
+ <para>Subversion</para>
+ </listitem>
+ <listitem>
+ <para>Dhcpcd (DHCP client)</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>Filesystem Programs</para>
+ <itemizedlist>
+ <listitem>
+ <para>Reiserfsprogs</para>
+ </listitem>
+ <listitem>
+ <para>Xfsprogs</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>nALFS - A tool for automating LFS builds</para>
+ </listitem>
+
+ </itemizedlist>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/introduction/x86/whatsnew.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/x86/whatsnew.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/introduction/x86/whatsnew.xml 2006-07-23
00:03:37 UTC (rev 2081)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-intro-whatsnew-arm">
+ <title>What's New for ARM</title>
+ <?dbhtml filename="whatsnew-arm.html"?>
+
+ <para>Below is a list of changes specifics for this architecture made
+ since the previous release of the book. For general changes see
+ <xref linkend="ch-intro-whatsnew"/>,</para>
+
+ <itemizedlist>
+ <title>Upgraded to:</title>
+
+ <listitem>
+ <para>None</para>
+ </listitem>
+ </itemizedlist>
+
+ <itemizedlist>
+ <title>Added:</title>
+
+ <listitem>
+ <para>None</para>
+ </listitem>
+ </itemizedlist>
+
+ <itemizedlist>
+ <title>Removed:</title>
+
+ <listitem>
+ <para>None</para>
+ </listitem>
+ </itemizedlist>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/introduction/x86-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/x86-chapter.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/introduction/x86-chapter.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+
+<chapter id="chapter-intro" xreflabel="Introduction">
+ <?dbhtml dir="introduction"?>
+ <?dbhtml filename="chapter.html"?>
+
+ <title>Introduction</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/acknowledgements.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/how.xml"/>
+ <!-- Uncoment after the first CLFS release
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/whatsnew.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/whatsnew.xml"/>
+ -->
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/changelog.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/changelog.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/resources.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/askforhelp.xml"/>
+ <!-- This page is only for published versions if the LiveCD is included
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/livecd.xml"/>
+ -->
+
+</chapter>
Modified: branches/clfs-2.0/BOOK/materials/arm/packages.xml
===================================================================
--- branches/clfs-2.0/BOOK/materials/arm/packages.xml 2006-07-22 23:51:22 UTC
(rev 2080)
+++ branches/clfs-2.0/BOOK/materials/arm/packages.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -6,7 +6,7 @@
]>
<sect1 id="ch-materials-packages-arm">
- <?dbhtml filename="packages-ARM.html"?>
+ <?dbhtml filename="packages-arm.html"?>
<title>Additional Packages for ARM</title>
Modified: branches/clfs-2.0/BOOK/materials/arm/patches.xml
===================================================================
--- branches/clfs-2.0/BOOK/materials/arm/patches.xml 2006-07-22 23:51:22 UTC
(rev 2080)
+++ branches/clfs-2.0/BOOK/materials/arm/patches.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -21,15 +21,6 @@
</listitem>
</varlistentry>
- <varlistentry os="gcc-specs-patch">
- <term>GCC Specs Patch - <token>&gcc-specs-patch-size;</token>:</term>
- <listitem>
- <para>Download: <ulink
- url="&patches-root;gcc/&gcc-specs-patch;"/></para>
- <para>MD5 sum: <literal>&gcc-specs-patch-md5;</literal></para>
- </listitem>
- </varlistentry>
-
</variablelist>
-->
Added: branches/clfs-2.0/BOOK/materials/x86/packages.xml
===================================================================
--- branches/clfs-2.0/BOOK/materials/x86/packages.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/materials/x86/packages.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-materials-packages-x86">
+ <?dbhtml filename="packages-x86.html"?>
+
+ <title>Additional Packages for X86</title>
+
+<!--
+ <variablelist role="materials">
+
+ </variablelist>
+-->
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/packages.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/materials/x86/patches.xml
===================================================================
--- branches/clfs-2.0/BOOK/materials/x86/patches.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/materials/x86/patches.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+]>
+
+<sect1 id="ch-materials-patches-x86">
+ <?dbhtml filename="patches-x86.html"?>
+
+ <title>Additional Patches for X86</title>
+
+ <variablelist role="materials">
+
+ <varlistentry os="coreutils-x86_uname-patch">
+ <term>Coreutils Uname Patch -
<token>&coreutils-x86_uname-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
+ url="&patches-root;coreutils/&coreutils-x86_uname-patch;"/></para>
+ <para>MD5 sum:
<literal>&coreutils-x86_uname-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+ href="../common/patches.xml"
+ xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+</sect1>
Added: branches/clfs-2.0/BOOK/materials/x86-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/materials/x86-chapter.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/materials/x86-chapter.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+
+<chapter id="chapter-getting-materials" xreflabel="Packages and Patches">
+ <?dbhtml dir="materials"?>
+ <?dbhtml filename="chapter.html"?>
+
+ <title>Packages and Patches</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/introduction.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/packages.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/packages.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/patches.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="x86/patches.xml"/>
+
+</chapter>
Added: branches/clfs-2.0/BOOK/partitioning/x86-chapter.xml
===================================================================
--- branches/clfs-2.0/BOOK/partitioning/x86-chapter.xml
(rev 0)
+++ branches/clfs-2.0/BOOK/partitioning/x86-chapter.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../general.ent">
+ %general-entities;
+]>
+
+<chapter id="chapter-partitioning" xreflabel="Preparing a New Partition">
+ <?dbhtml dir="partitioning"?>
+ <?dbhtml filename="chapter.html"?>
+
+ <title>Preparing a New Partition</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/introduction.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/creatingpartition.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/creatingfilesystem.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="common/mounting.xml"/>
+
+</chapter>
Modified: branches/clfs-2.0/BOOK/patches.ent
===================================================================
--- branches/clfs-2.0/BOOK/patches.ent 2006-07-22 23:51:22 UTC (rev 2080)
+++ branches/clfs-2.0/BOOK/patches.ent 2006-07-23 00:03:37 UTC (rev 2081)
@@ -131,3 +131,9 @@
<!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch">
<!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
<!ENTITY zlib-fpic-patch-size "3.2 KB">
+
+<!-- Start of x86/x86_64 patches -->
+
+<!ENTITY coreutils-x86_uname-patch
"coreutils-&coreutils-version;-uname-1.patch">
+<!ENTITY coreutils-x86_uname-patch-md5 "c05b735710fbd62239588c07084852a0">
+<!ENTITY coreutils-x86_uname-patch-size "4.5 KB">
Modified: branches/clfs-2.0/BOOK/prologue/arm/bookinfo.xml
===================================================================
--- branches/clfs-2.0/BOOK/prologue/arm/bookinfo.xml 2006-07-22 23:51:22 UTC
(rev 2080)
+++ branches/clfs-2.0/BOOK/prologue/arm/bookinfo.xml 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -11,7 +11,7 @@
href="../../index.xml"
xpointer="xpointer(/bookinfo/title)"/>
- <subtitle>Version &version-ARM;</subtitle>
+ <subtitle>Version &version-arm;</subtitle>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../index.xml"
Modified: branches/clfs-2.0/BOOK/stylesheets/top-index.xsl
===================================================================
--- branches/clfs-2.0/BOOK/stylesheets/top-index.xsl 2006-07-22 23:51:22 UTC
(rev 2080)
+++ branches/clfs-2.0/BOOK/stylesheets/top-index.xsl 2006-07-23 00:03:37 UTC
(rev 2081)
@@ -102,12 +102,9 @@
</div>
<div class="toc">
<h3>
- <xsl:text>32 Bit Builds</xsl:text>
+ <xsl:text>32 Bit Builds (Under Development)</xsl:text>
</h3>
<ul>
- <h3>
- <xsl:text>Under Development.</xsl:text>
- </h3>
<li>
<h4>
<a href="arm">
@@ -115,6 +112,13 @@
</a>
</h4>
</li>
+ <li>
+ <h4>
+ <a href="x86">
+ <xsl:text>X86</xsl:text>
+ </a>
+ </h4>
+ </li>
</ul>
<h3>
<xsl:text>64 Bit Builds</xsl:text>
Added: branches/clfs-2.0/BOOK/x86-index.xml
===================================================================
--- branches/clfs-2.0/BOOK/x86-index.xml (rev 0)
+++ branches/clfs-2.0/BOOK/x86-index.xml 2006-07-23 00:03:37 UTC (rev
2081)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "general.ent">
+ %general-entities;
+]>
+
+<book>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="prologue/x86/bookinfo.xml"/>
+ <!--
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="prologue/dedication.xml"/>
+ -->
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="prologue/preface.xml"/>
+
+ <part id="part1">
+ <?dbhtml filename="part1.html"?>
+
+ <title>Introduction</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="introduction/x86-chapter.xml"/>
+
+ </part>
+
+ <part id="part2">
+ <?dbhtml filename="part2.html"?>
+
+ <title>Preparing for the Build</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="partitioning/x86-chapter.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="materials/x86-chapter.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="final-preps/chapter.xml"/>
+
+ </part>
+
+ <part id="part3">
+ <?dbhtml filename="part3.html"?>
+
+ <title>Make the Cross-Compile Tools</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="cross-tools/x86-chapter.xml"/>
+
+ </part>
+
+ <part id="part4">
+ <?dbhtml filename="part4.html"?>
+
+ <title>Building the CLFS System</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="final-system/x86-chapter.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="bootscripts/x86-chapter.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="bootable/x86-chapter.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="the-end/chapter.xml"/>
+
+ </part>
+
+ <part id="part5">
+ <?dbhtml filename="part5.html"?>
+
+ <title>Appendices</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="appendices/acronymlist.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="appendices/acknowledgments.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="appendices/dependencies/common.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="appendices/dependencies/x86.xml"/>
+
+ </part>
+
+ <index/>
+
+</book>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page