[d89bf75] | 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 |
|
---|
[27256f7] | 10 | <title>Systemd-&systemd-version;</title>
|
---|
[d89bf75] | 11 |
|
---|
| 12 | <indexterm zone="ch-system-systemd">
|
---|
[27256f7] | 13 | <primary sortas="a-systemd">Systemd</primary>
|
---|
[d89bf75] | 14 | </indexterm>
|
---|
| 15 |
|
---|
[4317f44] | 16 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d89bf75] | 17 | href="../common/systemd.xml"
|
---|
| 18 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 19 |
|
---|
| 20 | <sect2 role="installation">
|
---|
[27256f7] | 21 | <title>Installation of Systemd</title>
|
---|
[d89bf75] | 22 |
|
---|
[49da1d5] | 23 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 24 | href="../common/systemd.xml"
|
---|
| 25 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
| 26 |
|
---|
| 27 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 28 | href="../common/systemd.xml"
|
---|
| 29 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
| 30 |
|
---|
[ff6229f] | 31 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 32 | href="../common/systemd.xml"
|
---|
| 33 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
| 34 |
|
---|
| 35 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 36 | href="../common/systemd.xml"
|
---|
| 37 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
| 38 |
|
---|
[62afd55] | 39 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 40 | href="../common/systemd.xml"
|
---|
| 41 | xpointer="xpointer(//*[@os='s3'])"/>
|
---|
| 42 |
|
---|
| 43 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 44 | href="../common/systemd.xml"
|
---|
| 45 | xpointer="xpointer(//*[@os='s4'])"/>
|
---|
| 46 |
|
---|
[b27af42] | 47 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 48 | href="../common/systemd.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='s5'])"/>
|
---|
| 50 |
|
---|
| 51 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 52 | href="../common/systemd.xml"
|
---|
| 53 | xpointer="xpointer(//*[@os='s6'])"/>
|
---|
| 54 |
|
---|
[4317f44] | 55 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d89bf75] | 56 | href="../common/systemd.xml"
|
---|
| 57 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 58 |
|
---|
| 59 | <screen os="b"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
|
---|
| 60 | ./configure --prefix=/usr \
|
---|
[df44c72] | 61 | --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 \
|
---|
| 62 | --libexecdir=/usr/lib64 --docdir=/usr/share/doc/systemd-&systemd-version; \
|
---|
| 63 | --with-rootprefix="" -with-rootlibdir=/lib64 \
|
---|
[3bff4bed] | 64 | --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
|
---|
[49da1d5] | 65 | --with-kbd-setfont=/bin/setfont --with-dbuspolicydir=/etc/dbus-1/system.d \
|
---|
| 66 | --with-dbusinterfacedir=/usr/share/dbus-1/interfaces \
|
---|
| 67 | --with-dbussessionservicedir=/usr/share/dbus-1/services \
|
---|
| 68 | --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen>
|
---|
[d89bf75] | 69 |
|
---|
[4317f44] | 70 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d89bf75] | 71 | href="../common/systemd.xml"
|
---|
| 72 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 73 |
|
---|
[4317f44] | 74 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d89bf75] | 75 | href="../common/systemd.xml"
|
---|
| 76 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 77 |
|
---|
[4317f44] | 78 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d89bf75] | 79 | href="../common/systemd.xml"
|
---|
| 80 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 81 |
|
---|
[49da1d5] | 82 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 83 | href="../common/systemd.xml"
|
---|
| 84 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 85 |
|
---|
| 86 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 87 | href="../common/systemd.xml"
|
---|
| 88 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 89 |
|
---|
| 90 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 91 | href="../common/systemd.xml"
|
---|
| 92 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 93 |
|
---|
| 94 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 95 | href="../common/systemd.xml"
|
---|
| 96 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 97 |
|
---|
[4317f44] | 98 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d89bf75] | 99 | href="../common/systemd.xml"
|
---|
[0b3451f] | 100 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
[d89bf75] | 101 |
|
---|
[f66a6fc] | 102 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 103 | href="../common/systemd.xml"
|
---|
[0b3451f] | 104 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
[f66a6fc] | 105 |
|
---|
| 106 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 107 | href="../common/systemd.xml"
|
---|
[0b3451f] | 108 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
[f66a6fc] | 109 |
|
---|
[3e3b362] | 110 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 111 | href="../common/systemd.xml"
|
---|
[0b3451f] | 112 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
[3e3b362] | 113 |
|
---|
| 114 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 115 | href="../common/systemd.xml"
|
---|
[0b3451f] | 116 | xpointer="xpointer(//*[@os='n'])"/>
|
---|
| 117 |
|
---|
| 118 | <screen><userinput>mv -v /usr/lib64/libnss_myhostname.so.2 /lib64</userinput></screen>
|
---|
[3e3b362] | 119 |
|
---|
| 120 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 121 | href="../common/systemd.xml"
|
---|
[0b3451f] | 122 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
[3e3b362] | 123 |
|
---|
| 124 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 125 | href="../common/systemd.xml"
|
---|
[0b3451f] | 126 | xpointer="xpointer(//*[@os='q'])"/>
|
---|
| 127 |
|
---|
| 128 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 129 | href="../common/systemd.xml"
|
---|
| 130 | xpointer="xpointer(//*[@os='r'])"/>
|
---|
| 131 |
|
---|
| 132 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 133 | href="../common/systemd.xml"
|
---|
| 134 | xpointer="xpointer(//*[@os='s'])"/>
|
---|
| 135 |
|
---|
| 136 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 137 | href="../common/systemd.xml"
|
---|
| 138 | xpointer="xpointer(//*[@os='t'])"/>
|
---|
| 139 |
|
---|
| 140 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 141 | href="../common/systemd.xml"
|
---|
| 142 | xpointer="xpointer(//*[@os='u'])"/>
|
---|
[3e3b362] | 143 |
|
---|
[d89bf75] | 144 | </sect2>
|
---|
| 145 |
|
---|
[4317f44] | 146 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d89bf75] | 147 | href="../common/systemd.xml"
|
---|
| 148 | xpointer="xpointer(id('conf-systemd'))"/>
|
---|
| 149 |
|
---|
[4317f44] | 150 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[d89bf75] | 151 | href="../common/systemd.xml"
|
---|
| 152 | xpointer="xpointer(id('contents-systemd'))"/>
|
---|
| 153 |
|
---|
| 154 | </sect1>
|
---|