diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-12 21:04:31 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-03-12 21:04:31 +0000 |
commit | da09a82a350b0b4709d809fece1a39233dc03ff5 (patch) | |
tree | f46198e8b988943dd4ea35e444ca77ec755e7a0f /chapter07 | |
parent | c92413c55029fdc26cdd1b82a86558745153f3ce (diff) |
Reorder the contents of chapter 7 to flow better. Fixes #2366.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8837 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/chapter07.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index 6ab487fe6..ef8f45b74 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -14,15 +14,15 @@ <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="udev.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="symlinks.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="symlinks.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="network.xml"/> </chapter> |