Author: manuel
Date: 2005-04-21 11:33:43 -0600 (Thu, 21 Apr 2005)
New Revision: 5008

Added:
   branches/cross-lfs/BOOK/bootable/chapter.xml
   branches/cross-lfs/BOOK/bootscripts/chapter.xml
   branches/cross-lfs/BOOK/chroot/chapter.xml
   branches/cross-lfs/BOOK/cross-tools/chapter.xml
   branches/cross-lfs/BOOK/final-preps/chapter.xml
   branches/cross-lfs/BOOK/final-system/chapter.xml
   branches/cross-lfs/BOOK/introduction/chapter.xml
   branches/cross-lfs/BOOK/materials/chapter.xml
   branches/cross-lfs/BOOK/partitioning/chapter.xml
   branches/cross-lfs/BOOK/reboot/chapter.xml
   branches/cross-lfs/BOOK/temp-system/chapter.xml
   branches/cross-lfs/BOOK/temp-tools/chapter.xml
   branches/cross-lfs/BOOK/the-end/chapter.xml
Removed:
   branches/cross-lfs/BOOK/bootable/chapter10.xml
   branches/cross-lfs/BOOK/bootscripts/chapter09.xml
   branches/cross-lfs/BOOK/chroot/section.xml
   branches/cross-lfs/BOOK/cross-tools/chapter05.xml
   branches/cross-lfs/BOOK/final-preps/chapter04.xml
   branches/cross-lfs/BOOK/final-system/chapter08.xml
   branches/cross-lfs/BOOK/introduction/chapter01.xml
   branches/cross-lfs/BOOK/materials/chapter03.xml
   branches/cross-lfs/BOOK/partitioning/chapter02.xml
   branches/cross-lfs/BOOK/reboot/section.xml
   branches/cross-lfs/BOOK/temp-system/chapter06.xml
   branches/cross-lfs/BOOK/temp-tools/chapter07.xml
   branches/cross-lfs/BOOK/the-end/chapter11.xml
Log:
Renamed the chapter pages.

Copied: branches/cross-lfs/BOOK/bootable/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/bootable/chapter10.xml)

Deleted: branches/cross-lfs/BOOK/bootable/chapter10.xml
===================================================================
--- branches/cross-lfs/BOOK/bootable/chapter10.xml      2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/bootable/chapter10.xml      2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,21 +0,0 @@
-<?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="Chapter 10">
-<?dbhtml dir="chapter10"?>
-<title>Making the LFS System Bootable</title>
-<?dbhtml filename="chapter10.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="fstab.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="kernel.xml"/> 
<!-- x86 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="kernel-alpha.xml"/> <!-- alpha -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="kernel-ppc.xml"/> 
<!-- ppc -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="kernel-raq2.xml"/> <!-- raq2 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grub.xml"/> <!-- 
x86 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="yaboot.xml"/> 
<!-- ppc -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="colo.xml"/> <!-- 
raq2 -->
-
-</chapter>

Copied: branches/cross-lfs/BOOK/bootscripts/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/bootscripts/chapter09.xml)

Deleted: branches/cross-lfs/BOOK/bootscripts/chapter09.xml
===================================================================
--- branches/cross-lfs/BOOK/bootscripts/chapter09.xml   2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/bootscripts/chapter09.xml   2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,24 +0,0 @@
-<?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="Chapter 9">
-<?dbhtml dir="chapter09"?>
-<title>Setting Up System Bootscripts</title>
-<?dbhtml filename="chapter09.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bootscripts.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="usage.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="udev.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="setclock.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="console.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sysklogd.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="inputrc.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="profile.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="hostname.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="hosts.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="network.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/chroot/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/chroot/section.xml)

Deleted: branches/cross-lfs/BOOK/chroot/section.xml
===================================================================
--- branches/cross-lfs/BOOK/chroot/section.xml  2005-04-20 22:22:15 UTC (rev 
5007)
+++ branches/cross-lfs/BOOK/chroot/section.xml  2005-04-21 17:33:43 UTC (rev 
5008)
@@ -1,16 +0,0 @@
-<?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-temporary-tools-chroot" xreflabel="Chapter 6 Chroot">
-<?dbhtml dir="chroot"?>
-<title>If your Chrooting</title>
-<?dbhtml filename="section.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="kernfs.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="chroot.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="changingowner.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="devices.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/cross-tools/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/cross-tools/chapter05.xml)

Deleted: branches/cross-lfs/BOOK/cross-tools/chapter05.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/chapter05.xml   2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/cross-tools/chapter05.xml   2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,26 +0,0 @@
-<?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="Chapter 5">
-<?dbhtml dir="chapter05"?>
-<title>Constructing Cross-Compile Tools</title>
-<?dbhtml filename="chapter05.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="cflags.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="variables.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers.xml"/> <!-- x86 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-alpha.xml"/> <!-- alpha -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-ppc.xml"/> <!-- ppc -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-raq2.xml"/> <!-- raq2 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="glibc-headers.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="binutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc-static.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="glibc-startfiles.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc-shared.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="glibc.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc-final.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/final-preps/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/final-preps/chapter04.xml)

Deleted: branches/cross-lfs/BOOK/final-preps/chapter04.xml
===================================================================
--- branches/cross-lfs/BOOK/final-preps/chapter04.xml   2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/final-preps/chapter04.xml   2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,19 +0,0 @@
-<?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-final-preps" xreflabel="Chapter 4">
-<?dbhtml dir="chapter04"?>
-<title>Final Preparations</title>
-<?dbhtml filename="chapter04.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="aboutlfs.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="creatingtoolsdir.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="creatingcrossdir.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="addinguser.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="settingenviron.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="aboutsbus.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="abouttestsuites.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/final-system/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/final-system/chapter08.xml)

Deleted: branches/cross-lfs/BOOK/final-system/chapter08.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/chapter08.xml  2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/final-system/chapter08.xml  2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,73 +0,0 @@
-<?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="Chapter 8">
-<?dbhtml dir="chapter08"?>
-<title>Installing Basic System Software</title>
-<?dbhtml filename="chapter08.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="creatingdirs.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="createfiles.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="pwdgroup.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="glibc.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="adjusting.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="binutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="zlib.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="findutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gawk.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ncurses.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="readline.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="vim.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bison.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="less.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="groff.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="coreutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sed.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="flex.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gettext.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="inetutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="iproute2.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="perl.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="texinfo.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="autoconf.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="automake.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bash.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="file.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="libtool.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bzip2.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="diffutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="kbd.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="e2fsprogs.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grep.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gzip.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="man.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="man-pages.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="module-init-tools.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="patch.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="procps.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="psmisc.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="shadow.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sysklogd.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sysvinit.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="tar.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="util-linux.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="udev.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="mktemp.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="hotplug.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="iana-etc.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grub.xml"/> <!-- 
x87 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="colo.xml"/> <!-- 
raq2 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="yaboot.xml"/> 
<!-- ppc -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="parted.xml"/> 
<!-- ppc -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="openssl.xml"/> 
<!-- raq2 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="openssh.xml"/> 
<!-- raq2 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="aboutdebug.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="strippingagain.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/introduction/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/introduction/chapter01.xml)

Deleted: branches/cross-lfs/BOOK/introduction/chapter01.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/chapter01.xml  2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/introduction/chapter01.xml  2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,17 +0,0 @@
-<?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="Chapter 1">
-<?dbhtml dir="chapter01"?>
-<title>Introduction</title>
-<?dbhtml filename="chapter01.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="how.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="changelog.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="administrativa.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="askforhelp.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bootcd.xml"/> 
<!-- x86 -->
-
-</chapter>

Copied: branches/cross-lfs/BOOK/materials/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/materials/chapter03.xml)

Deleted: branches/cross-lfs/BOOK/materials/chapter03.xml
===================================================================
--- branches/cross-lfs/BOOK/materials/chapter03.xml     2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/materials/chapter03.xml     2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,15 +0,0 @@
-<?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="Chapter 3">
-<?dbhtml dir="chapter03"?>
-<title>Packages and Patches</title>
-<?dbhtml filename="chapter03.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="packages.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="patches.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/partitioning/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/partitioning/chapter02.xml)

Deleted: branches/cross-lfs/BOOK/partitioning/chapter02.xml
===================================================================
--- branches/cross-lfs/BOOK/partitioning/chapter02.xml  2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/partitioning/chapter02.xml  2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,16 +0,0 @@
-<?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="Chapter 2">
-<?dbhtml dir="chapter02"?>
-<title>Preparing a New Partition</title>
-<?dbhtml filename="chapter02.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="creatingpartition.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="creatingfilesystem.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="mounting.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/reboot/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/reboot/section.xml)

Deleted: branches/cross-lfs/BOOK/reboot/section.xml
===================================================================
--- branches/cross-lfs/BOOK/reboot/section.xml  2005-04-20 22:22:15 UTC (rev 
5007)
+++ branches/cross-lfs/BOOK/reboot/section.xml  2005-04-21 17:33:43 UTC (rev 
5008)
@@ -1,17 +0,0 @@
-<?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-temporary-tools-reboot" xreflabel="Chapter 6 Reboot">
-<?dbhtml dir="reboot"?>
-<title>If your Rebooting</title>
-<?dbhtml filename="section.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="e2fsprogs.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sysvinit.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="module-init-tools.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="inetutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="util-linux.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/temp-system/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/temp-system/chapter06.xml)

Deleted: branches/cross-lfs/BOOK/temp-system/chapter06.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/chapter06.xml   2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/temp-system/chapter06.xml   2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,40 +0,0 @@
-<?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-temporary-tools" xreflabel="Chapter 6">
-<?dbhtml dir="chapter06"?>
-<title>Constructing a Temporary System</title>
-<?dbhtml filename="chapter06.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="variables.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="binutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gcc.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers.xml"/> <!-- x86 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-alpha.xml"/> <!-- alpha -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-ppc.xml"/> <!-- ppc -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-raq2.xml"/> <!-- raq2 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="zlib.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gawk.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="coreutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bzip2.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gzip.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="diffutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="findutils.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="m4.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bison.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="flex.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="make.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="grep.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="sed.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="gettext.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ncurses.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="patch.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="tar.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="bash.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="reboot/section.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="chroot/section.xml"/>
-
-</chapter>

Copied: branches/cross-lfs/BOOK/temp-tools/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/temp-tools/chapter07.xml)

Deleted: branches/cross-lfs/BOOK/temp-tools/chapter07.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-tools/chapter07.xml    2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/temp-tools/chapter07.xml    2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,20 +0,0 @@
-<?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-temp-tools" xreflabel="Chapter 7">
-<?dbhtml dir="chapter07"?>
-<title>Constructing a Temporary Tools</title>
-<?dbhtml filename="chapter07.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="introduction.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="tcl.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="dejagnu.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="texinfo.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers.xml"/> <!-- x86 -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-alpha.xml"/> <!-- alpha -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-ppc.xml"/> <!-- ppc -->
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="linux-libc-headers-raq2.xml"/> <!-- raq2 -->
-
-</chapter>

Copied: branches/cross-lfs/BOOK/the-end/chapter.xml (from rev 5007, 
branches/cross-lfs/BOOK/the-end/chapter11.xml)

Deleted: branches/cross-lfs/BOOK/the-end/chapter11.xml
===================================================================
--- branches/cross-lfs/BOOK/the-end/chapter11.xml       2005-04-20 22:22:15 UTC 
(rev 5007)
+++ branches/cross-lfs/BOOK/the-end/chapter11.xml       2005-04-21 17:33:43 UTC 
(rev 5008)
@@ -1,16 +0,0 @@
-<?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-finalizing" xreflabel="Chapter 11">
-<?dbhtml dir="chapter11"?>
-<title>The End</title>
-<?dbhtml filename="chapter11.html"?>
-
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="theend.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="getcounted.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="reboot.xml"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="whatnow.xml"/>
-
-</chapter>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to