mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-03 19:09:22 +01:00
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
320 lines
10 KiB
XML
320 lines
10 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
%general-entities;
|
|
]>
|
|
|
|
<sect1 id="ch-system-systemd" role="wrap">
|
|
<?dbhtml filename="systemd.html"?>
|
|
|
|
<sect1info condition="script">
|
|
<productname>systemd</productname>
|
|
<productnumber>&systemd-version;</productnumber>
|
|
<address>&systemd-url;</address>
|
|
</sect1info>
|
|
|
|
<title>Systemd-&systemd-version;</title>
|
|
|
|
<indexterm zone="ch-system-systemd">
|
|
<primary sortas="a-Systemd">Systemd</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title/>
|
|
|
|
<para>The Systemd package contains programs for controlling the startup,
|
|
running, and shutdown of the system.</para>
|
|
|
|
<segmentedlist>
|
|
<segtitle>&buildtime;</segtitle>
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>&systemd-ch6-sbu;</seg>
|
|
<seg>&systemd-ch6-du;</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Systemd</title>
|
|
|
|
<para>Prepare Systemd for compilation:</para>
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--localstatedir=/var \
|
|
--libexecdir=/usr/lib \
|
|
--with-rootprefix= \
|
|
--with-rootlibdir=/lib \
|
|
--with-kbd-loadkeys=/bin/loadkeys \
|
|
--with-kbd-setfont=/bin/setfont \
|
|
--enable-split-usr \
|
|
--disable-static \
|
|
--disable-gudev \
|
|
--without-python</userinput></screen>
|
|
|
|
<para>Compile the package:</para>
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
|
|
<para>To test the results, issue:</para>
|
|
|
|
<screen><userinput remap="test">make check</userinput></screen>
|
|
|
|
<para>Install the package:</para>
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 id="contents-udev" role="content">
|
|
<title>Contents of Udev</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed programs</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>hostnamectl, journalctl, localectl, loginctl, systemctl,
|
|
systemd-analyze, systemd-ask-password, systemd-cat,
|
|
systemd-cgls, systemd-cgtop, systemd-coredumpctl,
|
|
systemctl-delta, systemd-detect-virt, systemd-inhibit,
|
|
systemd-machine-id-setup, systemd-notify, systemd-nspawn,
|
|
systemd-stdio-bridge, systemd-tmpfiles,
|
|
systemd-tty-ask-password-agent, timedatectl, udevadm</seg>
|
|
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="hostnamectl">
|
|
<term><command>hostnamectl</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd hostnamectl">
|
|
<primary sortas="b-hostnamectl">hostnamectl</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="journalctl">
|
|
<term><command>journalctl</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd journalctl">
|
|
<primary sortas="b-journalctl">journalctl</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="localectl">
|
|
<term><command>localectl</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd localectl">
|
|
<primary sortas="b-localectl">localectl</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="loginctl">
|
|
<term><command>loginctl</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd loginctl">
|
|
<primary sortas="b-loginctl">loginctl</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemctl">
|
|
<term><command>systemctl</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemctl">
|
|
<primary sortas="b-systemctl">systemctl</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-analyze">
|
|
<term><command>systemd-analyze</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-analyze">
|
|
<primary sortas="b-systemd-analyze">systemd-analyze</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-ask-password">
|
|
<term><command>systemd-ask-password</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-ask-password">
|
|
<primary sortas="b-systemd-ask-password">systemd-ask-password</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-cat">
|
|
<term><command>systemd-cat</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-cat">
|
|
<primary sortas="b-systemd-cat">systemd-cat</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-cgls">
|
|
<term><command>systemd-cgls</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-cgls">
|
|
<primary sortas="b-systemd-cgls">systemd-cgls</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-cgtop">
|
|
<term><command>systemd-cgtop</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-cgtop">
|
|
<primary sortas="b-systemd-cgtop">systemd-cgtop</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-coredumpctl">
|
|
<term><command>systemd-coredumpctl</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-coredumpctl">
|
|
<primary sortas="b-systemd-coredumpctl">systemd-coredumpctl</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-delta">
|
|
<term><command>systemd-delta</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-delta">
|
|
<primary sortas="b-systemd-delta">systemd-delta</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-detect-virt">
|
|
<term><command>systemd-detect-virt</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-detect-virt">
|
|
<primary sortas="b-systemd-detect-virt">systemd-detect-virt</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-inhibit">
|
|
<term><command>systemd-inhibit</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-inhibit">
|
|
<primary sortas="b-systemd-inhibit">systemd-inhibit</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-machine-id-setup">
|
|
<term><command>systemd-machine-id-setup</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-machine-id-setup">
|
|
<primary sortas="b-systemd-machine-id-setup">systemd-machine-id-setup</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-notify">
|
|
<term><command>systemd-notify</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-notify">
|
|
<primary sortas="b-systemd-notify">systemd-notify</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-nspawn">
|
|
<term><command>systemd-nspawn</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-nspawn">
|
|
<primary sortas="b-systemd-nspawn">systemd-nspawn</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-stdio-bridge">
|
|
<term><command>systemd-stdio-bridge</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-stdio-bridge">
|
|
<primary sortas="b-systemd-stdio-bridge">systemd-stdio-bridge</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-tmpfiles">
|
|
<term><command>systemd-tmpfiles</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-tmpfiles">
|
|
<primary sortas="b-systemd-tmpfiles">systemd-tmpfiles</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="systemd-tty-ask-password-agent">
|
|
<term><command>systemd-tty-ask-password-agent</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd systemd-tty-ask-password-agent">
|
|
<primary sortas="b-systemd-tty-ask-password-agent">systemd-tty-ask-password-agent</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="timedatectl">
|
|
<term><command>timedatectl</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd timedatectl">
|
|
<primary sortas="b-timedatectl">timedatectl</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="udevadm">
|
|
<term><command>udevadm</command></term>
|
|
<listitem>
|
|
<para>To be completed</para>
|
|
<indexterm zone="ch-system-systemd udevadm">
|
|
<primary sortas="b-udevadm">udevadm</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|