mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
6ebb3b9ca9
Do not duplicate large paragraphs of texts. Always use C locale if running in a Linux console. Create /etc/profile for systemd too, but reading the locale setting from /etc/locale.conf.
43 lines
1.6 KiB
XML
43 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<chapter id="chapter-config" xreflabel="Chapter 9">
|
|
<?dbhtml dir="chapter09"?>
|
|
<?dbhtml filename="chapter09.html"?>
|
|
|
|
<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"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="networkd.xml"/>
|
|
|
|
<!-- common -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="udev.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="symlinks.xml"/>
|
|
|
|
<!-- sysv -->
|
|
<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"/>
|
|
|
|
<!-- systemd -->
|
|
<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"/>
|
|
|
|
<!-- common -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="locale.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="inputrc.xml"/>
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="etcshells.xml"/>
|
|
|
|
<!-- systemd -->
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="systemd-custom.xml"/>
|
|
|
|
</chapter>
|