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

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

Add commands for moving libnss library to /lib, /lib32, /lib64 and add configure command option descriptions, and add testsuite commands.

  • Property mode set to 100644
File size: 3.4 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='j'])"/>
50
51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
52    href="../common/systemd.xml"
53    xpointer="xpointer(//*[@os='k'])"/>
54
55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
56    href="../common/systemd.xml"
57    xpointer="xpointer(//*[@os='l'])"/>
58
59    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
60    href="../common/systemd.xml"
61    xpointer="xpointer(//*[@os='m'])"/>
62
63    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
64    href="../common/systemd.xml"
65    xpointer="xpointer(//*[@os='n'])"/>
66
67<screen><userinput>mv -v /usr/lib64/libnss_myhostname.so.2 /lib64</userinput></screen>
68
69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
70    href="../common/systemd.xml"
71    xpointer="xpointer(//*[@os='p'])"/>
72
73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
74    href="../common/systemd.xml"
75    xpointer="xpointer(//*[@os='q'])"/>
76
77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
78    href="../common/systemd.xml"
79    xpointer="xpointer(//*[@os='r'])"/>
80
81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
82    href="../common/systemd.xml"
83    xpointer="xpointer(//*[@os='s'])"/>
84
85    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
86    href="../common/systemd.xml"
87    xpointer="xpointer(//*[@os='t'])"/>
88
89    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
90    href="../common/systemd.xml"
91    xpointer="xpointer(//*[@os='u'])"/>
92
93  </sect2>
94
95  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
96  href="../common/systemd.xml"
97  xpointer="xpointer(id('conf-systemd'))"/>
98
99  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
100  href="../common/systemd.xml"
101  xpointer="xpointer(id('contents-systemd'))"/>
102
103</sect1>
Note: See TracBrowser for help on using the repository browser.