Browse Source

Move changingowner from Chapter 6 to Chapter 7

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 5 years ago
parent
commit
5061bc643a
3 changed files with 1 additions and 1 deletions
  1. 0 1
      chapter06/chapter06.xml
  2. 0 0
      chapter07/changingowner.xml
  3. 1 0
      chapter07/chapter07.xml

+ 0 - 1
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>

+ 0 - 0
chapter06/changingowner.xml → chapter07/changingowner.xml


+ 1 - 0
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"/>