source: chapter06/systemd.xml@ 686badf

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since 686badf was 686badf, checked in by Matthew Burgess <matthew@…>, 11 years ago

Added full build of Systemd including its remaining dependencies (attr, gperf, intltool, and libcap2).

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 10.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 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
8<sect1 id="ch-system-systemd" role="wrap">
9 <?dbhtml filename="systemd.html"?>
10
11 <sect1info condition="script">
12 <productname>systemd</productname>
13 <productnumber>&systemd-version;</productnumber>
14 <address>&systemd-url;</address>
15 </sect1info>
16
17 <title>Systemd-&systemd-version;</title>
18
19 <indexterm zone="ch-system-systemd">
20 <primary sortas="a-Systemd">Systemd</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Systemd package contains programs for controlling the startup,
27 running, and shutdown of the system.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&systemd-ch6-sbu;</seg>
35 <seg>&systemd-ch6-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of Systemd</title>
42
43 <para>Prepare Systemd for compilation:</para>
44
45<screen><userinput remap="configure">./configure --prefix=/usr \
46 --sysconfdir=/etc \
47 --localstatedir=/var \
48 --libexecdir=/usr/lib \
49 --with-rootprefix= \
50 --with-rootlibdir=/lib \
51 --with-kbd-loadkeys=/bin/loadkeys \
52 --with-kbd-setfont=/bin/setfont \
53 --enable-split-usr \
54 --disable-static \
55 --disable-gudev \
56 --without-python</userinput></screen>
57
58 <para>Compile the package:</para>
59
60<screen><userinput remap="make">make</userinput></screen>
61
62 <para>To test the results, issue:</para>
63
64<screen><userinput remap="test">make check</userinput></screen>
65
66 <para>Install the package:</para>
67
68<screen><userinput remap="install">make install</userinput></screen>
69
70 </sect2>
71
72 <sect2 id="contents-udev" role="content">
73 <title>Contents of Udev</title>
74
75 <segmentedlist>
76 <segtitle>Installed programs</segtitle>
77
78 <seglistitem>
79 <seg>hostnamectl, journalctl, localectl, loginctl, systemctl,
80 systemd-analyze, systemd-ask-password, systemd-cat,
81 systemd-cgls, systemd-cgtop, systemd-coredumpctl,
82 systemctl-delta, systemd-detect-virt, systemd-inhibit,
83 systemd-machine-id-setup, systemd-notify, systemd-nspawn,
84 systemd-stdio-bridge, systemd-tmpfiles,
85 systemd-tty-ask-password-agent, timedatectl, udevadm</seg>
86
87 </seglistitem>
88 </segmentedlist>
89
90 <variablelist>
91 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
92 <?dbfo list-presentation="list"?>
93 <?dbhtml list-presentation="table"?>
94
95 <varlistentry id="hostnamectl">
96 <term><command>hostnamectl</command></term>
97 <listitem>
98 <para>To be completed</para>
99 <indexterm zone="ch-system-systemd hostnamectl">
100 <primary sortas="b-hostnamectl">hostnamectl</primary>
101 </indexterm>
102 </listitem>
103 </varlistentry>
104
105 <varlistentry id="journalctl">
106 <term><command>journalctl</command></term>
107 <listitem>
108 <para>To be completed</para>
109 <indexterm zone="ch-system-systemd journalctl">
110 <primary sortas="b-journalctl">journalctl</primary>
111 </indexterm>
112 </listitem>
113 </varlistentry>
114
115 <varlistentry id="localectl">
116 <term><command>localectl</command></term>
117 <listitem>
118 <para>To be completed</para>
119 <indexterm zone="ch-system-systemd localectl">
120 <primary sortas="b-localectl">localectl</primary>
121 </indexterm>
122 </listitem>
123 </varlistentry>
124
125 <varlistentry id="loginctl">
126 <term><command>loginctl</command></term>
127 <listitem>
128 <para>To be completed</para>
129 <indexterm zone="ch-system-systemd loginctl">
130 <primary sortas="b-loginctl">loginctl</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 <varlistentry id="systemctl">
136 <term><command>systemctl</command></term>
137 <listitem>
138 <para>To be completed</para>
139 <indexterm zone="ch-system-systemd systemctl">
140 <primary sortas="b-systemctl">systemctl</primary>
141 </indexterm>
142 </listitem>
143 </varlistentry>
144
145 <varlistentry id="systemd-analyze">
146 <term><command>systemd-analyze</command></term>
147 <listitem>
148 <para>To be completed</para>
149 <indexterm zone="ch-system-systemd systemd-analyze">
150 <primary sortas="b-systemd-analyze">systemd-analyze</primary>
151 </indexterm>
152 </listitem>
153 </varlistentry>
154
155 <varlistentry id="systemd-ask-password">
156 <term><command>systemd-ask-password</command></term>
157 <listitem>
158 <para>To be completed</para>
159 <indexterm zone="ch-system-systemd systemd-ask-password">
160 <primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
161 </indexterm>
162 </listitem>
163 </varlistentry>
164
165 <varlistentry id="systemd-cat">
166 <term><command>systemd-cat</command></term>
167 <listitem>
168 <para>To be completed</para>
169 <indexterm zone="ch-system-systemd systemd-cat">
170 <primary sortas="b-systemd-cat">systemd-cat</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="systemd-cgls">
176 <term><command>systemd-cgls</command></term>
177 <listitem>
178 <para>To be completed</para>
179 <indexterm zone="ch-system-systemd systemd-cgls">
180 <primary sortas="b-systemd-cgls">systemd-cgls</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 <varlistentry id="systemd-cgtop">
186 <term><command>systemd-cgtop</command></term>
187 <listitem>
188 <para>To be completed</para>
189 <indexterm zone="ch-system-systemd systemd-cgtop">
190 <primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
191 </indexterm>
192 </listitem>
193 </varlistentry>
194
195 <varlistentry id="systemd-coredumpctl">
196 <term><command>systemd-coredumpctl</command></term>
197 <listitem>
198 <para>To be completed</para>
199 <indexterm zone="ch-system-systemd systemd-coredumpctl">
200 <primary sortas="b-systemd-coredumpctl">systemd-coredumpctl</primary>
201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 <varlistentry id="systemd-delta">
206 <term><command>systemd-delta</command></term>
207 <listitem>
208 <para>To be completed</para>
209 <indexterm zone="ch-system-systemd systemd-delta">
210 <primary sortas="b-systemd-delta">systemd-delta</primary>
211 </indexterm>
212 </listitem>
213 </varlistentry>
214
215 <varlistentry id="systemd-detect-virt">
216 <term><command>systemd-detect-virt</command></term>
217 <listitem>
218 <para>To be completed</para>
219 <indexterm zone="ch-system-systemd systemd-detect-virt">
220 <primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="systemd-inhibit">
226 <term><command>systemd-inhibit</command></term>
227 <listitem>
228 <para>To be completed</para>
229 <indexterm zone="ch-system-systemd systemd-inhibit">
230 <primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 <varlistentry id="systemd-machine-id-setup">
236 <term><command>systemd-machine-id-setup</command></term>
237 <listitem>
238 <para>To be completed</para>
239 <indexterm zone="ch-system-systemd systemd-machine-id-setup">
240 <primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
241 </indexterm>
242 </listitem>
243 </varlistentry>
244
245 <varlistentry id="systemd-notify">
246 <term><command>systemd-notify</command></term>
247 <listitem>
248 <para>To be completed</para>
249 <indexterm zone="ch-system-systemd systemd-notify">
250 <primary sortas="b-systemd-notify">systemd-notify</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
254
255 <varlistentry id="systemd-nspawn">
256 <term><command>systemd-nspawn</command></term>
257 <listitem>
258 <para>To be completed</para>
259 <indexterm zone="ch-system-systemd systemd-nspawn">
260 <primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
261 </indexterm>
262 </listitem>
263 </varlistentry>
264
265 <varlistentry id="systemd-stdio-bridge">
266 <term><command>systemd-stdio-bridge</command></term>
267 <listitem>
268 <para>To be completed</para>
269 <indexterm zone="ch-system-systemd systemd-stdio-bridge">
270 <primary sortas="b-systemd-stdio-bridge">systemd-stdio-bridge</primary>
271 </indexterm>
272 </listitem>
273 </varlistentry>
274
275 <varlistentry id="systemd-tmpfiles">
276 <term><command>systemd-tmpfiles</command></term>
277 <listitem>
278 <para>To be completed</para>
279 <indexterm zone="ch-system-systemd systemd-tmpfiles">
280 <primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
284
285 <varlistentry id="systemd-tty-ask-password-agent">
286 <term><command>systemd-tty-ask-password-agent</command></term>
287 <listitem>
288 <para>To be completed</para>
289 <indexterm zone="ch-system-systemd systemd-tty-ask-password-agent">
290 <primary sortas="b-systemd-tty-ask-password-agent">systemd-tty-ask-password-agent</primary>
291 </indexterm>
292 </listitem>
293 </varlistentry>
294
295 <varlistentry id="timedatectl">
296 <term><command>timedatectl</command></term>
297 <listitem>
298 <para>To be completed</para>
299 <indexterm zone="ch-system-systemd timedatectl">
300 <primary sortas="b-timedatectl">timedatectl</primary>
301 </indexterm>
302 </listitem>
303 </varlistentry>
304
305 <varlistentry id="udevadm">
306 <term><command>udevadm</command></term>
307 <listitem>
308 <para>To be completed</para>
309 <indexterm zone="ch-system-systemd udevadm">
310 <primary sortas="b-udevadm">udevadm</primary>
311 </indexterm>
312 </listitem>
313 </varlistentry>
314
315 </variablelist>
316
317 </sect2>
318
319</sect1>
Note: See TracBrowser for help on using the repository browser.