chapter07.xml 1.8 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-bootscripts" xreflabel="Chapter 7">
  8. <?dbhtml dir="chapter07"?>
  9. <?dbhtml filename="chapter07.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. <!-- common -->
  17. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/>
  18. <!-- sysv -->
  19. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinks.xml"/>
  20. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="network.xml"/>
  21. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="usage.xml"/>
  22. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="profile.xml"/>
  23. <!-- systemd -->
  24. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="networkd.xml"/>
  25. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinksd.xml"/>
  26. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clock.xml"/>
  27. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consoled.xml"/>
  28. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="locale.xml"/>
  29. <!-- common -->
  30. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inputrc.xml"/>
  31. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="etcshells.xml"/>
  32. <!-- systemd -->
  33. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd-custom.xml"/>
  34. </chapter>