source: BOOK/final-system/multilib/systemd-64bit.xml @ 4317f44

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 4317f44 was 4317f44, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Merge branch 'master' into systemd

Conflicts:

BOOK/boot/alpha-chapter.xml
BOOK/boot/common/bootscripts.xml
BOOK/boot/mips-chapter.xml
BOOK/boot/mips64-64-chapter.xml
BOOK/boot/mips64-chapter.xml
BOOK/boot/ppc-chapter.xml
BOOK/boot/ppc64-chapter.xml
BOOK/boot/sparc-chapter.xml
BOOK/boot/sparc64-64-chapter.xml
BOOK/boot/sparc64-chapter.xml
BOOK/boot/x86-chapter.xml
BOOK/boot/x86_64-64-chapter.xml
BOOK/boot/x86_64-chapter.xml
BOOK/bootscripts/alpha-chapter.xml
BOOK/bootscripts/mips-chapter.xml
BOOK/bootscripts/mips64-64-chapter.xml
BOOK/bootscripts/mips64-chapter.xml
BOOK/bootscripts/ppc-chapter.xml
BOOK/bootscripts/ppc64-chapter.xml
BOOK/bootscripts/sparc-chapter.xml
BOOK/bootscripts/sparc64-64-chapter.xml
BOOK/bootscripts/sparc64-chapter.xml
BOOK/bootscripts/x86-chapter.xml
BOOK/bootscripts/x86_64-64-chapter.xml
BOOK/bootscripts/x86_64-chapter.xml
BOOK/final-system/alpha-chapter.xml
BOOK/final-system/mips-chapter.xml
BOOK/final-system/mips64-64-chapter.xml
BOOK/final-system/mips64-chapter.xml
BOOK/final-system/multilib/coreutils.xml
BOOK/final-system/multilib/util-linux-64bit.xml
BOOK/final-system/multilib/util-linux-n32.xml
BOOK/final-system/multilib/util-linux.xml
BOOK/final-system/ppc-chapter.xml
BOOK/final-system/ppc64-chapter.xml
BOOK/final-system/sparc-chapter.xml
BOOK/final-system/sparc64-64-chapter.xml
BOOK/final-system/sparc64-chapter.xml
BOOK/final-system/x86-chapter.xml
BOOK/final-system/x86_64-64-chapter.xml
BOOK/final-system/x86_64-chapter.xml

  • Property mode set to 100644
File size: 2.2 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='s1'])"/>
26
27    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
28    href="../common/systemd.xml"
29    xpointer="xpointer(//*[@os='s2'])"/>
30
31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
32    href="../common/systemd.xml"
33    xpointer="xpointer(//*[@os='a'])"/>
34
35<screen os="b"><userinput>CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
36  ./configure --prefix=/usr \
37    --sysconfdir=/etc --localstatedir=/var \
38    --with-rootdir= --with-distro=other \
39    --with-syslog-service=rsyslog.service \
40    --with-sysvinit-path=/etc/init.d \
41    --with-sysvrcd-path=/etc/rc.d</userinput></screen>
42
43    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
44    href="../common/systemd.xml"
45    xpointer="xpointer(//*[@os='c'])"/>
46
47    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
48    href="../common/systemd.xml"
49    xpointer="xpointer(//*[@os='d'])"/>
50
51    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
52    href="../common/systemd.xml"
53    xpointer="xpointer(//*[@os='e'])"/>
54
55    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
56    href="../common/systemd.xml"
57    xpointer="xpointer(//*[@os='f'])"/>
58
59  </sect2>
60
61  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
62  href="../common/systemd.xml"
63  xpointer="xpointer(id('conf-systemd'))"/>
64
65  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
66  href="../common/systemd.xml"
67  xpointer="xpointer(id('contents-systemd'))"/>
68
69</sect1>
Note: See TracBrowser for help on using the repository browser.