aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2010-04-21 20:16:28 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2010-04-21 20:16:28 +0000
commitd944136079d46b916ad124821d1b2a00e4414241 (patch)
tree5f46860c97bbe7bee136cf82f75c4289245bc9c3 /chapter08
parentd3eda3d73442dba7d33f5f307f7624eaebf283f1 (diff)
Replaced deprecated w3.org XInclude throughout the book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9257 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/chapter08.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/chapter08.xml b/chapter08/chapter08.xml
index 307aec8cc..52b0a1152 100644
--- a/chapter08/chapter08.xml
+++ b/chapter08/chapter08.xml
@@ -11,9 +11,9 @@
<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/2001/XInclude" href="introduction.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fstab.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kernel.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grub.xml"/>
</chapter>