chapter09.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <chapter id="chapter-config" xreflabel="Chapter&nbsp;9">
  8. <?dbhtml dir="chapter09"?>
  9. <?dbhtml filename="chapter09.html"?>
  10. <title>System Configuration</title>
  11. <!-- sysv -->
  12. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
  13. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bootscripts.xml"/>
  14. <!-- systemd -->
  15. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introductiond.xml"/>
  16. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="networkd.xml"/>
  17. <!-- common -->
  18. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/>
  19. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinks.xml"/>
  20. <!-- sysv -->
  21. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network.xml"/>
  22. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/>
  23. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="profile.xml"/>
  24. <!-- systemd -->
  25. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clock.xml"/>
  26. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consoled.xml"/>
  27. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="locale.xml"/>
  28. <!-- common -->
  29. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inputrc.xml"/>
  30. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="etcshells.xml"/>
  31. <!-- systemd -->
  32. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd-custom.xml"/>
  33. </chapter>