source: general/sysutils/systemd.xml@ c67fbf64

systemd-11177
Last change on this file since c67fbf64 was c67fbf64, checked in by Krejzi <krejzi@…>, 11 years ago

Remove packages that are now in lfs systemd from blfs.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@11302 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 7.1 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 <!ENTITY systemd-download-http "http://www.freedesktop.org/software/systemd/">
8 <!ENTITY systemd-size "?? MB">
9 <!ENTITY systemd-buildsize "?? MB">
10 <!ENTITY systemd-time "?? SBU">
11]>
12
13<sect1 id="systemd" xreflabel="Systemd">
14 <?dbhtml filename="systemd.html"?>
15
16 <sect1info>
17 <othername>$LastChangedBy$</othername>
18 <date>$Date$</date>
19 </sect1info>
20
21 <title>Systemd</title>
22
23 <indexterm zone="systemd">
24 <primary sortas="a-Systemd">Systemd</primary>
25 </indexterm>
26
27 <sect2 role="package">
28 <title>Introduction to Systemd</title>
29
30 <para>
31 <application>Systemd</application> was installed in LFS. These
32 instructions are necesary for building some of its advanced
33 features that could not be built in LFS due to dependency
34 problems like <command>systemd-logind</command> PAM support
35 libraries, <application>GUdev</application> libraries and
36 <application>GObject Introspection</application> data which are
37 necesary for desktops like <application>GNOME</application> and
38 <application>KDE</application>.
39 </para>
40
41 <para>
42 Unlike any other package in the BLFS book, there is no set version
43 of <application>Systemd</application> specified to download.
44 Several version updates to LFS and BLFS means there are probably
45 many different versions of <application>Systemd</application> on
46 the platforms that BLFS is being built upon. Therefore, you should
47 download and use the version of <application>Systemd</application>
48 your computer currently uses. To discover the version of
49 <application>Systemd</application> your computer currently uses,
50 issue <command>systemctl --version</command>.
51 </para>
52
53 &lfs73_checked;
54
55 <bridgehead renderas="sect3">Package Information</bridgehead>
56 <itemizedlist spacing="compact">
57 <listitem>
58 <para>
59 Download (HTTP): <ulink url="&systemd-download-http;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download size: &systemd-size;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated disk space required: &systemd-buildsize;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated build time: &systemd-time;
75 </para>
76 </listitem>
77 </itemizedlist>
78
79 <bridgehead renderas="sect3">Systemd Dependencies</bridgehead>
80
81 <bridgehead renderas="sect4">Required</bridgehead>
82 <para role="required">
83
84 </para>
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93
94 </para>
95
96 <para condition="html" role="usernotes">
97 User Notes: <ulink url="&blfs-wiki;/systemd"/>
98 </para>
99 </sect2>
100
101 <sect2 role="installation">
102 <title>Installation of Systemd</title>
103
104 <warning>
105 <para>
106 The instructions below will overwrite all files
107 installed by <application>Systemd</application> in LFS.
108 It is best to run <command>make install</command> from
109 a TTY console, running as few programs as possible to
110 avoid unexpected failures.
111 </para>
112 </warning>
113
114 <para>
115 Install <application>Systemd</application> by running the following
116 commands:
117 </para>
118
119<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 To test the results, issue: <command>make check</command>.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/static-libraries.xml"/>
139
140 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
141 href="../../xincludes/gtk-doc-rebuild.xml"/>
142
143 </sect2>
144
145 <sect2 role="configuration">
146 <title>Configuring systemd</title>
147
148 <sect3 id="systemd-config">
149 <title>Config Files</title>
150 <para>
151 <filename>~/.Configfilename1</filename> and
152 <filename>/etc/path/Configfilename2</filename>
153 </para>
154
155 <indexterm zone="systemd systemd-config">
156 <primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
157 </indexterm>
158
159 <indexterm zone="systemd systemd-config">
160 <primary
161 sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
162 </indexterm>
163 </sect3>
164
165 <sect3><title>Configuration Information</title>
166
167 <para>
168 Blah blah blah about config.
169 </para>
170
171<screen><userinput>USER CONFIG COMMANDS</userinput></screen>
172
173<screen role="root"><userinput>ROOT CONFIG COMMANDS</userinput></screen>
174
175 <para>
176 Create the file .... for ...
177 </para>
178
179<screen role="root"><userinput>cat &gt;&gt; /PATH/FILENAME &lt;&lt; "EOF"
180<literal># Begin FILENAME
181
182TEXT
183
184# End FILENAME</literal>
185EOF</userinput></screen>
186 </sect3>
187
188 </sect2>
189
190 <sect2 role="content">
191 <title>Contents</title>
192
193 <segmentedlist>
194 <segtitle>Installed Programs</segtitle>
195 <segtitle>Installed Libraries</segtitle>
196 <segtitle>Installed Directories</segtitle>
197
198 <seglistitem>
199 <seg>
200 PROGRAM1, PROGRAM2 and PROGRAM3
201 </seg>
202 <seg>
203 libLIBRARY1.so, libLIBRARY2.so and libLIBRARY3.so
204 </seg>
205 <seg>
206 /etc/systemd, /usr/include/systemd, /usr/lib/systemd
207 </seg>
208 </seglistitem>
209 </segmentedlist>
210
211 <variablelist>
212 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
213 <?dbfo list-presentation="list"?>
214 <?dbhtml list-presentation="table"?>
215
216 <varlistentry id="PROGRAM1">
217 <term><command>PROGRAM1</command></term>
218 <listitem>
219 <para>
220 does this ..... (end the sentence with a period).
221 </para>
222 <indexterm zone="systemd PROGRAM1">
223 <primary sortas="b-PROGRAM1">PROGRAM1</primary>
224 </indexterm>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry id="PROGRAM2">
229 <term><command>PROGRAM2</command></term>
230 <listitem>
231 <para>
232 does this ..... (end the sentence with a period).
233 </para>
234 <indexterm zone="systemd PROGRAM2">
235 <primary sortas="b-PROGRAM2">PROGRAM2</primary>
236 </indexterm>
237 </listitem>
238 </varlistentry>
239
240 <varlistentry id="libLIBRARY1">
241 <term><filename class="libraryfile">libLIBRARY1.so</filename></term>
242 <listitem>
243 <para>
244 contains functions that ..... (end the sentence with a period).
245 </para>
246 <indexterm zone="systemd libLIBRARY1">
247 <primary sortas="c-libLIBRARY1">libLIBRARY1.so</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
251
252 </variablelist>
253
254 </sect2>
255
256</sect1>
Note: See TracBrowser for help on using the repository browser.