aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/chapter08.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-12-18 13:44:24 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-12-18 13:44:24 +0000
commitb78c7479d4b642d7aea70144b1fbd6cffe26dea3 (patch)
tree62fd6e8a631d42ac4221df1639325ee9d5b87120 /chapter08/chapter08.xml
parent7686ca6aaeae46b131da26467c1f238da65a3ebf (diff)
Chapter08 indentation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/chapter08.xml')
-rw-r--r--chapter08/chapter08.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml
index ffe20ce1e..ace47328b 100644
--- a/chapter08/chapter08.xml
+++ b/chapter08/chapter08.xml
@@ -1,16 +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" [
+<!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 8">
-<?dbhtml dir="chapter08"?>
-<title>Making the LFS System Bootable</title>
-<?dbhtml filename="chapter08.html"?>
+ <?dbhtml dir="chapter08"?>
+ <?dbhtml filename="chapter08.html"?>
+
+ <title>Making the LFS System Bootable</title>
-<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"/>
-<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grub.xml"/>
+ <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"/>
+ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grub.xml"/>
</chapter>