aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-08 19:44:56 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-08 19:44:56 +0000
commit5061bc643ae1e53cd22c1cf9c86b934481108090 (patch)
tree3c74e13cdc58d2ed46c384e1dd55eda29150eedd
parenteb8890f68b9d1fa49c48b6d0f0c2a58ac7a6e0cd (diff)
Move changingowner from Chapter 6 to Chapter 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/chapter06.xml1
-rw-r--r--chapter07/changingowner.xml (renamed from chapter06/changingowner.xml)0
-rw-r--r--chapter07/chapter07.xml1
3 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index eadff3cf7..a9f86d4dd 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -29,6 +29,5 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="binutils-pass2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-pass2.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stripping.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="changingowner.xml"/>
</chapter>
diff --git a/chapter06/changingowner.xml b/chapter07/changingowner.xml
index 43a902821..43a902821 100644
--- a/chapter06/changingowner.xml
+++ b/chapter07/changingowner.xml
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml
index df740eaa5..ae5c9b7b3 100644
--- a/chapter07/chapter07.xml
+++ b/chapter07/chapter07.xml
@@ -11,6 +11,7 @@
<title>Entering Chroot and Building Additional Tools</title>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="changingowner.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kernfs.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chroot.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="creatingdirs.xml"/>