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

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 9d71b20 was 0b3451f, checked in by William Harrington <kb0iic@…>, 11 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
RevLine 
[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
[4317f44]23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]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 \
[df44c72]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 \
[3bff4bed]32 --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
33 --with-kbd-setfont=/bin/setfont</userinput></screen>
[d89bf75]34
[4317f44]35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]36 href="../common/systemd.xml"
37 xpointer="xpointer(//*[@os='c'])"/>
38
[4317f44]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]40 href="../common/systemd.xml"
41 xpointer="xpointer(//*[@os='d'])"/>
42
[4317f44]43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]44 href="../common/systemd.xml"
45 xpointer="xpointer(//*[@os='e'])"/>
46
[4317f44]47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]48 href="../common/systemd.xml"
[0b3451f]49 xpointer="xpointer(//*[@os='j'])"/>
[d89bf75]50
[f66a6fc]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
52 href="../common/systemd.xml"
[0b3451f]53 xpointer="xpointer(//*[@os='k'])"/>
[f66a6fc]54
55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
56 href="../common/systemd.xml"
[0b3451f]57 xpointer="xpointer(//*[@os='l'])"/>
[f66a6fc]58
[3e3b362]59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
60 href="../common/systemd.xml"
[0b3451f]61 xpointer="xpointer(//*[@os='m'])"/>
[3e3b362]62
63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
64 href="../common/systemd.xml"
[0b3451f]65 xpointer="xpointer(//*[@os='n'])"/>
66
67<screen><userinput>mv -v /usr/lib64/libnss_myhostname.so.2 /lib64</userinput></screen>
[3e3b362]68
69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
70 href="../common/systemd.xml"
[0b3451f]71 xpointer="xpointer(//*[@os='p'])"/>
[3e3b362]72
73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
74 href="../common/systemd.xml"
[0b3451f]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'])"/>
[3e3b362]92
[d89bf75]93 </sect2>
94
[4317f44]95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]96 href="../common/systemd.xml"
97 xpointer="xpointer(id('conf-systemd'))"/>
98
[4317f44]99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]100 href="../common/systemd.xml"
101 xpointer="xpointer(id('contents-systemd'))"/>
102
103</sect1>
Note: See TracBrowser for help on using the repository browser.