Changeset 0131d1b for BOOK/final-system/common/systemd.xml
- Timestamp:
- May 7, 2014, 8:09:31 PM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fc14a7d
- Parents:
- 04c3a53
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/systemd.xml
r04c3a53 r0131d1b 17 17 <title/> 18 18 19 <para>The Systemd package is a system and service manager for Linux19 <para>The systemd package is a system and service manager for Linux 20 20 operating systems.</para> 21 21 … … 23 23 24 24 <sect2 role="installation"> 25 <title>Installation of systemd</title>25 <title>Installation of Systemd</title> 26 26 27 27 <para os="p1">Apply a patch so that compat <command>pkg-config</command> … … 30 30 <screen os="p2"><userinput>patch -Np1 -i ../&systemd-compat-patch;</userinput></screen> 31 31 32 <para os="a">Prepare Systemd for compilation:</para>32 <para os="a">Prepare systemd for compilation:</para> 33 33 34 34 <screen os="b"><userinput>./configure --prefix=/usr \ … … 57 57 <term><parameter>--enable-split-usr</parameter></term> 58 58 <listitem> 59 <para>This switch ensures that Systemd will work on59 <para>This switch ensures that systemd will work on 60 60 systems where /bin, /lib and /sbin directories are not 61 61 symlinks to their /usr counterparts.</para> … … 66 66 <term><parameter>--disable-gudev</parameter></term> 67 67 <listitem> 68 <para>This switch prevents Systemd from building68 <para>This switch prevents systemd from building 69 69 <filename class="libraryfile">libgudev</filename> as it requires 70 70 Glib, which is not installed in CLFS.</para> … … 203 203 <term><command>systemctl</command></term> 204 204 <listitem> 205 <para>Control the Systemd system and service manager</para>205 <para>Control the systemd system and service manager</para> 206 206 <indexterm zone="ch-system-systemd systemctl"> 207 207 <primary sortas="b-systemctl">systemctl</primary> … … 265 265 <term><filename class="libraryfile">pam_systemd</filename></term> 266 266 <listitem> 267 <para>Register user sessions in the Systemd control group267 <para>Register user sessions in the systemd control group 268 268 hierarchy</para> 269 269 <indexterm zone="ch-system-systemd pam_systemd">
Note:
See TracChangeset
for help on using the changeset viewer.