source: BOOK/final-system/multilib/systemd-64bit.xml@ a0e79c4

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since a0e79c4 was 3bff4bed, checked in by William Harrington <kb0iic@…>, 11 years ago

Add --with-kbd-loadkeys=/bin/loadkeys --with-kbd-setfont=/bin/setfont as our CLFS kbd build will install them to /bin. Systemd will default to /usr/bin.

  • Property mode set to 100644
File size: 2.8 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<sect1 id="ch-system-systemd" role="wrap">
8 <?dbhtml filename="systemd-64bit.html"?>
9
10 <title>Systemd-&systemd-version;</title>
11
12 <indexterm zone="ch-system-systemd">
13 <primary sortas="a-systemd">Systemd</primary>
14 </indexterm>
15
16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
17 href="../common/systemd.xml"
18 xpointer="xpointer(//*[@role='package'])"/>
19
20 <sect2 role="installation">
21 <title>Installation of Systemd</title>
22
23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
24 href="../common/systemd.xml"
25 xpointer="xpointer(//*[@os='a'])"/>
26
27<screen os="b"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
28 ./configure --prefix=/usr \
29 --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 \
30 --libexecdir=/usr/lib64 --docdir=/usr/share/doc/systemd-&systemd-version; \
31 --with-rootprefix="" -with-rootlibdir=/lib64 \
32 --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
33 --with-kbd-setfont=/bin/setfont</userinput></screen>
34
35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
36 href="../common/systemd.xml"
37 xpointer="xpointer(//*[@os='c'])"/>
38
39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
40 href="../common/systemd.xml"
41 xpointer="xpointer(//*[@os='d'])"/>
42
43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
44 href="../common/systemd.xml"
45 xpointer="xpointer(//*[@os='e'])"/>
46
47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
48 href="../common/systemd.xml"
49 xpointer="xpointer(//*[@os='f'])"/>
50
51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
52 href="../common/systemd.xml"
53 xpointer="xpointer(//*[@os='g'])"/>
54
55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
56 href="../common/systemd.xml"
57 xpointer="xpointer(//*[@os='h'])"/>
58
59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
60 href="../common/systemd.xml"
61 xpointer="xpointer(//*[@os='i'])"/>
62
63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
64 href="../common/systemd.xml"
65 xpointer="xpointer(//*[@os='j'])"/>
66
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
68 href="../common/systemd.xml"
69 xpointer="xpointer(//*[@os='k'])"/>
70
71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
72 href="../common/systemd.xml"
73 xpointer="xpointer(//*[@os='l'])"/>
74
75 </sect2>
76
77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
78 href="../common/systemd.xml"
79 xpointer="xpointer(id('conf-systemd'))"/>
80
81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
82 href="../common/systemd.xml"
83 xpointer="xpointer(id('contents-systemd'))"/>
84
85</sect1>
Note: See TracBrowser for help on using the repository browser.