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

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3bff4bed was 3bff4bed, checked in by William Harrington <kb0iic@…>, 10 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
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"
49    xpointer="xpointer(//*[@os='f'])"/>
50
[f66a6fc]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
[3e3b362]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
[d89bf75]75  </sect2>
76
[4317f44]77  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]78  href="../common/systemd.xml"
79  xpointer="xpointer(id('conf-systemd'))"/>
80
[4317f44]81  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]82  href="../common/systemd.xml"
83  xpointer="xpointer(id('contents-systemd'))"/>
84
85</sect1>
Note: See TracBrowser for help on using the repository browser.