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

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 5f7380b was df44c72, checked in by William Harrington <kb0iic@…>, 10 years ago

Tidy up systemd multilib instructions to be proper in each 32bit, n32, and 64bit build.

  • 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</userinput></screen>
33
34    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
35    href="../common/systemd.xml"
36    xpointer="xpointer(//*[@os='c'])"/>
37
38    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
39    href="../common/systemd.xml"
40    xpointer="xpointer(//*[@os='d'])"/>
41
42    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
43    href="../common/systemd.xml"
44    xpointer="xpointer(//*[@os='e'])"/>
45
46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
47    href="../common/systemd.xml"
48    xpointer="xpointer(//*[@os='f'])"/>
49
50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
51    href="../common/systemd.xml"
52    xpointer="xpointer(//*[@os='g'])"/>
53
54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
55    href="../common/systemd.xml"
56    xpointer="xpointer(//*[@os='h'])"/>
57
58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
59    href="../common/systemd.xml"
60    xpointer="xpointer(//*[@os='i'])"/>
61
62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
63    href="../common/systemd.xml"
64    xpointer="xpointer(//*[@os='j'])"/>
65
66    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
67    href="../common/systemd.xml"
68    xpointer="xpointer(//*[@os='k'])"/>
69
70    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
71    href="../common/systemd.xml"
72    xpointer="xpointer(//*[@os='l'])"/>
73
74  </sect2>
75
76  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
77  href="../common/systemd.xml"
78  xpointer="xpointer(id('conf-systemd'))"/>
79
80  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
81  href="../common/systemd.xml"
82  xpointer="xpointer(id('contents-systemd'))"/>
83
84</sect1>
Note: See TracBrowser for help on using the repository browser.