Add Chapter 9 and small translate fix

This commit is contained in:
Vladimir Pertsev 2022-08-13 00:17:03 +05:00
parent 95132e5e40
commit 712edf96d5
9 changed files with 51 additions and 8 deletions

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-intro" xreflabel="Chapter&nbsp;1">
<chapter id="chapter-intro" xreflabel="Глава&nbsp;1">
<?dbhtml dir="chapter01"?>
<?dbhtml filename="chapter01.html"?>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-partitioning" xreflabel="Chapter&nbsp;2">
<chapter id="chapter-partitioning" xreflabel="Глава&nbsp;2">
<?dbhtml dir="chapter02"?>
<?dbhtml filename="chapter02.html"?>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-getting-materials" xreflabel="Chapter&nbsp;3">
<chapter id="chapter-getting-materials" xreflabel="Глава&nbsp;3">
<?dbhtml dir="chapter03"?>
<?dbhtml filename="chapter03.html"?>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-final-preps" xreflabel="Chapter&nbsp;4">
<chapter id="chapter-final-preps" xreflabel="Глава&nbsp;4">
<?dbhtml dir="chapter04"?>
<?dbhtml filename="chapter04.html"?>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-cross-tools" xreflabel="Chapter&nbsp;5">
<chapter id="chapter-cross-tools" xreflabel="Глава&nbsp;5">
<?dbhtml dir="chapter05"?>
<?dbhtml filename="chapter05.html"?>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-temporary-tools" xreflabel="Chapter&nbsp;6">
<chapter id="chapter-temporary-tools" xreflabel=Глава&nbsp;6">
<?dbhtml dir="chapter06"?>
<?dbhtml filename="chapter06.html"?>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-chroot-temporary-tools" xreflabel="Chapter&nbsp;7">
<chapter id="chapter-chroot-temporary-tools" xreflabel="Глава&nbsp;7">
<?dbhtml dir="chapter07"?>
<?dbhtml filename="chapter07.html"?>

View File

@ -5,7 +5,7 @@
%general-entities;
]>
<chapter id="chapter-building-system" xreflabel="Chapter&nbsp;8">
<chapter id="chapter-building-system" xreflabel="Глава&nbsp;8">
<?dbhtml dir="chapter08"?>
<?dbhtml filename="chapter08.html"?>

43
chapter09/chapter09.xml Normal file
View File

@ -0,0 +1,43 @@
<?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="Глава&nbsp;9">
<?dbhtml dir="chapter09"?>
<?dbhtml filename="chapter09.html"?>
<title>Системные настройки</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"/>
<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="clock.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="consoled.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="locale.xml"/>
<!-- common -->
<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>