-
Notifications
You must be signed in to change notification settings - Fork 268
Expand file tree
/
Copy pathbook_administration.xml
More file actions
128 lines (127 loc) · 5.26 KB
/
book_administration.xml
File metadata and controls
128 lines (127 loc) · 5.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="urn:x-suse:xslt:profiling:docbook50-profile.xsl"
type="text/xml"
title="Profiling step"?>
<!DOCTYPE book
[
<!ENTITY % entities SYSTEM "generic-entities.ent">
%entities;
]>
<!-- ##################################################################### -->
<!-- Administration Guide -->
<!-- ##################################################################### -->
<book version="5.0" xml:lang="en" xml:id="book-administration"
xmlns="http://docbook.org/ns/docbook"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:xlink="http://www.w3.org/1999/xlink">
<info>
<title>&admin;</title>
<productname>&productname;</productname>
<productnumber>&productnumber;</productnumber><date>
<?dbtimestamp format="B d, Y" ?></date>
<xi:include href="common_copyright_gfdl.xml"/>
<abstract>
<para>
&abstract_admin;
</para>
</abstract>
<dm:docmanager xmlns:dm="urn:x-suse:ns:docmanager">
<dm:bugtracker>
<dm:assignee>fs@suse.com</dm:assignee>
</dm:bugtracker>
<dm:translation>yes</dm:translation>
</dm:docmanager>
</info>
<xi:include href="sle_admin_intro.xml"/>
<!-- ===================================================================== -->
<!-- Part: Administration -->
<!-- ===================================================================== -->
<part xml:id="part-administration">
<title>Common tasks</title>
<xi:include href="adm_shell.xml"/>
<xi:include href="adm_sudo.xml"/>
<xi:include href="yast2_gui.xml"/>
<xi:include href="yast2_ncurses.xml"/>
<xi:include href="yast2_lang.xml"/>
<xi:include href="yast2_userman.xml"/>
<xi:include href="yast2_you.xml"/>
<xi:include href="yast2_sw.xml"/>
<xi:include href="sw_managing_commandline.xml"/>
<xi:include href="snapper.xml"/>
<xi:include href="klp.xml"/>
<xi:include href="ulp.xml"/>
<xi:include href="transactional_updates.xml"/>
<xi:include href="vnc.xml"/>
<xi:include href="net_sync.xml"/>
</part>
<!-- ===================================================================== -->
<!-- Part: Booting a Linux System -->
<!-- ===================================================================== -->
<part xml:id="part-boot">
<title>Booting a Linux system</title>
<xi:include href="bootconcept.xml"/>
<xi:include href="uefi.xml"/>
<xi:include href="grub2.xml"/>
<xi:include href="systemd.xml"/>
</part>
<!-- ===================================================================== -->
<!-- Part: System -->
<!-- ===================================================================== -->
<part xml:id="part-system">
<title>System</title>
<xi:include href="64bit_issues.xml"/>
<xi:include href="journalctl.xml"/>
<xi:include href="update-alternatives.xml"/>
<xi:include href="net_basic.xml"/>
<xi:include href="printing.xml"/>
<xi:include href="x11.xml"/>
<xi:include href="fuse.xml"/>
<xi:include href="tuning_multikernel.xml"/>
<xi:include href="kernel_modules.xml"/>
<xi:include href="udev.xml"/>
<xi:include href="suse_linux.xml"/>
<xi:include href="nm.xml"/>
<xi:include href="debuginfod.xml"/>
</part>
<!-- ===================================================================== -->
<!-- Part: Hardware Configuration -->
<!-- ===================================================================== -->
<part xml:id="part-hardware">
<title>Hardware configuration</title>
<xi:include href="yast2_keymouse.xml"/>
<xi:include href="yast2_sound.xml"/>
<xi:include href="yast2_printer.xml"/>
<xi:include os="sled;osuse" href="yast2_scanner.xml"/>
<xi:include href="powermanagement.xml"/>
<xi:include href="hardware_nvdimm.xml"/>
</part>
<!-- ===================================================================== -->
<!-- Part: Services -->
<!-- ===================================================================== -->
<part xml:id="part-services">
<title>Services</title>
<xi:include href="yast2_serviceman.xml"/>
<xi:include href="chrony.xml"/>
<xi:include os="sles" href="net_dns.xml"/>
<xi:include os="sles" href="net_dhcp.xml"/>
<xi:include os="sles" href="net_slp.xml"/>
<xi:include os="sles" href="apache2.xml"/>
<xi:include os="sles" href="yast2_ftp.xml"/>
<xi:include os="sles" href="net_proxy.xml"/>
<xi:include os="sles" href="adm_wbem.xml"/>
</part>
<!-- ===================================================================== -->
<!-- Part: Troubleshooting -->
<!-- ===================================================================== -->
<part xml:id="part-trouble">
<title>Troubleshooting</title>
<xi:include href="help_admin.xml"/>
<xi:include href="adm_support.xml"/>
<xi:include href="troubleshooting.xml"/>
</part>
<!-- ===================================================================== -->
<!-- Appendix -->
<!-- ===================================================================== -->
<xi:include href="network_scheme.xml"/>
<xi:include href="common_legal.xml"/>
</book>