diff options
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"/> |