diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-05-30 04:13:45 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-05-30 04:13:45 +0000 |
commit | 9a0d741437c1c371ecff9711a02fe3dd21b3ad9e (patch) | |
tree | 515d7d526b7bbcf8e178f6d99ec42c4d85124391 /chapter07/chapter07.xml | |
parent | 5bffab17609f2ff3788d10ef0bd07b0f89a08ab2 (diff) |
Merge udev.xml and udevd.xml files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11083 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/chapter07.xml')
-rw-r--r-- | chapter07/chapter07.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter07/chapter07.xml b/chapter07/chapter07.xml index e40e9c627..689e7b982 100644 --- a/chapter07/chapter07.xml +++ b/chapter07/chapter07.xml @@ -9,21 +9,25 @@ <?dbhtml dir="chapter07"?> <?dbhtml filename="chapter07.html"?> - <title>System Configuration and Bootscripts</title> + <title>System Configuration</title> <!-- sysv --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootscripts.xml"/> + + <!-- systemd --> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introductiond.xml"/> + <!-- common --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/> + + <!-- sysv --> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinks.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="profile.xml"/> <!-- systemd --> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introductiond.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="networkd.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udevd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinksd.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clock.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consoled.xml"/> |