source: BOOK/final-system/multilib/systemd-64bit.xml @ 27256f7

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

Systemd should be capitalized in the Index and in the Section Titles to be consistent with the rest of the book.

  • Property mode set to 100644
File size: 2.7 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 \
29    --sysconfdir=/etc --localstatedir=/var \
[f66a6fc]30    --libexecdir=/usr/lib --docdir=/usr/share/doc/systemd-&systemd-version; \
31    --with-rootprefix="" -with-rootlibdir=/lib \
32    --enable-split-usr --disable-gudev</userinput></screen>
[d89bf75]33
[4317f44]34    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]35    href="../common/systemd.xml"
36    xpointer="xpointer(//*[@os='c'])"/>
37
[4317f44]38    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]39    href="../common/systemd.xml"
40    xpointer="xpointer(//*[@os='d'])"/>
41
[4317f44]42    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]43    href="../common/systemd.xml"
44    xpointer="xpointer(//*[@os='e'])"/>
45
[4317f44]46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]47    href="../common/systemd.xml"
48    xpointer="xpointer(//*[@os='f'])"/>
49
[f66a6fc]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
[3e3b362]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
[d89bf75]74  </sect2>
75
[4317f44]76  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]77  href="../common/systemd.xml"
78  xpointer="xpointer(id('conf-systemd'))"/>
79
[4317f44]80  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d89bf75]81  href="../common/systemd.xml"
82  xpointer="xpointer(id('contents-systemd'))"/>
83
84</sect1>
Note: See TracBrowser for help on using the repository browser.