Files
LFS_Book/chapter07/introductiond.xml
2018-06-20 12:45:32 +03:00

71 lines
2.4 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect1 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;
]>
<sect1 id="ch-scripts-introduction" revision="systemd">
<?dbhtml filename="introduction.html"?>
<title>Введение</title>
<para>В этой главе рассматриваются файлы конфигурации и системные службы. В первую очередь, представлены общие файлы конфигурации, необходимые для настройки сети.</para>
<itemizedlist>
<listitem>
<para><xref linkend="ch-scripts-network" role="."/></para>
</listitem>
<listitem>
<para><xref linkend="ch-scripts-hostname" role="."/></para>
</listitem>
<listitem>
<para><xref linkend="ch-scripts-hosts" role="."/></para>
</listitem>
</itemizedlist>
<para>Во-вторых, обсуждаются вопросы, которые влияют на правильную настройку устройств.</para>
<itemizedlist>
<listitem>
<para><xref linkend="ch-scripts-udev" role="."/></para>
</listitem>
<listitem>
<para><xref linkend="ch-scripts-symlinks" role="."/></para>
</listitem>
</itemizedlist>
<para>В-третьих, настройка системных часов и раскладки клавиатуры.</para>
<itemizedlist>
<listitem>
<para><xref linkend="ch-scripts-clock" role="."/></para>
</listitem>
<listitem>
<para><xref linkend="ch-scripts-console" role="."/></para>
</listitem>
</itemizedlist>
<para>В-четвертых, краткое введение в сценарии и конфигурационные
файлы, используемые при входе пользователя в систему.</para>
<itemizedlist>
<listitem>
<para><xref linkend="ch-scripts-locale" role="."/></para>
</listitem>
<listitem>
<para><xref linkend="ch-scripts-inputrc" role="."/></para>
</listitem>
</itemizedlist>
<para>И, наконец, настройка поведения пакета systemd.</para>
<itemizedlist>
<listitem>
<para><xref linkend="ch-scripts-systemd-custom" role="."/></para>
</listitem>
</itemizedlist>
</sect1>