Changeset 24213983
- Timestamp:
- Jan 19, 2014, 12:21:44 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9d17a08d
- Parents:
- d799833
- Location:
- BOOK
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/appendices/dependencies/common.xml
rd799833 r24213983 55 55 56 56 <seglistitem> 57 <seg>Coreutils, Gettext, Libcap, Sed, and systemd</seg>57 <seg>Coreutils, Gettext, Libcap, Sed, and Systemd</seg> 58 58 </seglistitem> 59 59 </segmentedlist> … … 83 83 84 84 <seglistitem> 85 <seg>ACL, Coretutils, Gettext, Libcap, Sed, and systemd</seg>85 <seg>ACL, Coretutils, Gettext, Libcap, Sed, and Systemd</seg> 86 86 </seglistitem> 87 87 </segmentedlist> … … 417 417 418 418 <seglistitem> 419 <seg> systemd</seg>419 <seg>Systemd</seg> 420 420 </seglistitem> 421 421 </segmentedlist> … … 555 555 556 556 <seglistitem> 557 <seg> systemd</seg>557 <seg>Systemd</seg> 558 558 </seglistitem> 559 559 </segmentedlist> … … 890 890 891 891 <seglistitem> 892 <seg> systemd</seg>892 <seg>Systemd</seg> 893 893 </seglistitem> 894 894 </segmentedlist> … … 1168 1168 1169 1169 <seglistitem> 1170 <seg> systemd</seg>1170 <seg>Systemd</seg> 1171 1171 </seglistitem> 1172 1172 </segmentedlist> … … 1223 1223 1224 1224 <seglistitem> 1225 <seg>Coreutils, IPutils, systemd</seg>1225 <seg>Coreutils, IPutils, Systemd</seg> 1226 1226 </seglistitem> 1227 1227 </segmentedlist> … … 1585 1585 1586 1586 <seglistitem> 1587 <seg>E2fsprogs, systemd, Util-linux</seg>1587 <seg>E2fsprogs, Systemd, Util-linux</seg> 1588 1588 </seglistitem> 1589 1589 </segmentedlist> … … 1729 1729 1730 1730 <!-- Begin systemd dependency info --> 1731 <bridgehead renderas="sect2" id="systemd-dep"> systemd</bridgehead>1731 <bridgehead renderas="sect2" id="systemd-dep">Systemd</bridgehead> 1732 1732 1733 1733 <segmentedlist> … … 1865 1865 1866 1866 <seglistitem> 1867 <seg>E2fsprogs, systemd</seg>1867 <seg>E2fsprogs, Systemd</seg> 1868 1868 </seglistitem> 1869 1869 </segmentedlist> -
BOOK/appendices/rationale/common.xml
rd799833 r24213983 23 23 <para>The ACL package allows usage and setting of POSIX Access Control 24 24 Lists. It can be used by several other packages in CLFS, such as Coreutils 25 and systemd.</para>25 and Systemd.</para> 26 26 </listitem> 27 27 … … 29 29 <para>Attr</para> 30 30 <para>Attr allows setting and viewing extended attributes of filesystem 31 objects. It is required by systemd..</para>31 objects. It is required by Systemd..</para> 32 32 </listitem> 33 33 … … 105 105 <para>D-Bus</para> 106 106 <para>D-Bus is a message bus system, which allows applications to 107 communicate to each other. It is required by systemd.</para>107 communicate to each other. It is required by Systemd.</para> 108 108 </listitem> 109 109 … … 137 137 <para>Eudev</para> 138 138 <para>This is a package that allows for dynamic creation of device nodes. 139 It is a fork of Udev, which is now part of systemd. It is still140 used for the "Boot" method in the temp-system, as systemd is not needed139 It is a fork of Udev, which is now part of Systemd. It is still 140 used for the "Boot" method in the temp-system, as Systemd is not needed 141 141 there.</para> 142 142 </listitem> … … 199 199 <listitem> 200 200 <para>Gperf</para> 201 <para>This package is required by systemd.</para>201 <para>This package is required by Systemd.</para> 202 202 </listitem> 203 203 … … 229 229 <listitem> 230 230 <para>Intltool</para> 231 <para>This package is required by systemd.</para>231 <para>This package is required by Systemd.</para> 232 232 </listitem> 233 233 … … 267 267 <listitem> 268 268 <para>Libcap</para> 269 <para>This package is required by systemd.</para>269 <para>This package is required by Systemd.</para> 270 270 </listitem> 271 271 … … 372 372 373 373 <listitem> 374 <para> systemd</para>374 <para>Systemd</para> 375 375 <para>Systemd provides the init daemon for the system, as well as Udev, 376 376 which dynamically creates device nodes.</para> -
BOOK/boot/common/devices.xml
rd799833 r24213983 40 40 mknod -m 0666 ${CLFS}/dev/zero c 1 5</userinput></screen> 41 41 42 <para>When systemd starts a tmpfs filesystem is mounted over42 <para>When Systemd starts a tmpfs filesystem is mounted over 43 43 <filename class="directory">/dev</filename> and the previous entries are 44 44 no-longer available. The folling command creates files that are copied -
BOOK/bootscripts/common/introduction.xml
rd799833 r24213983 12 12 13 13 <para>This chapter details how to finish configuring the base system. 14 Including some final configuration for systemd and as well as locales and a14 Including some final configuration for Systemd and as well as locales and a 15 15 simple bash profile that should be suitable for most users.</para> 16 16 -
BOOK/bootscripts/common/usage.xml
rd799833 r24213983 9 9 <?dbhtml filename="usage.html"?> 10 10 11 <title>How does systemd work?</title>11 <title>How does Systemd work?</title> 12 12 13 13 <indexterm zone="ch-scripts-usage"> 14 <primary sortas="a-systemd-usage"> systemd usage</primary>14 <primary sortas="a-systemd-usage">Systemd usage</primary> 15 15 <secondary>usage</secondary></indexterm> 16 16 -
BOOK/final-system/common/kbd.xml
rd799833 r24213983 41 41 <screen os="g"><userinput>make install</userinput></screen> 42 42 43 <para os="h">Some of the programs from Kbd are used by systemd to43 <para os="h">Some of the programs from Kbd are used by Systemd to 44 44 initialize the system, those binaries need to be on the root 45 45 partition:</para> -
BOOK/final-system/common/systemd.xml
rd799833 r24213983 8 8 <?dbhtml filename="systemd.html"?> 9 9 10 <title> systemd-&systemd-version;</title>10 <title>Systemd-&systemd-version;</title> 11 11 12 12 <indexterm zone="ch-system-systemd"> … … 17 17 <title/> 18 18 19 <para> <command>systemd</command>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 … … 25 25 <title>Installation of systemd</title> 26 26 27 <para os="a">Prepare systemd for compilation:</para>27 <para os="a">Prepare Systemd for compilation:</para> 28 28 29 29 <screen os="b"><userinput>./configure --prefix=/usr \ … … 65 65 66 66 <sect2 id="conf-systemd" role="configuration"> 67 <title>Configuring systemd</title>67 <title>Configuring Systemd</title> 68 68 69 69 <indexterm zone="conf-systemd"> … … 102 102 103 103 <sect2 id="contents-systemd" role="content"> 104 <title>Contents of systemd</title>104 <title>Contents of Systemd</title> 105 105 106 106 <segmentedlist> … … 126 126 <term><command>systemctl</command></term> 127 127 <listitem> 128 <para>Control the systemd system and service manager</para>128 <para>Control the Systemd system and service manager</para> 129 129 <indexterm zone="ch-system-systemd systemctl"> 130 130 <primary sortas="b-systemctl">systemctl</primary> … … 188 188 <term><filename class="libraryfile">pam_systemd</filename></term> 189 189 <listitem> 190 <para>Register user sessions in the systemd control group190 <para>Register user sessions in the Systemd control group 191 191 hierarchy</para> 192 192 <indexterm zone="ch-system-systemd pam_systemd"> -
BOOK/materials/common/packages.xml
rd799833 r24213983 556 556 557 557 <varlistentry> 558 <term> systemd (&systemd-version;) - <token>&systemd-size;</token>:</term>558 <term>Systemd (&systemd-version;) - <token>&systemd-size;</token>:</term> 559 559 <listitem> 560 560 <para>Home page: <ulink url="&systemd-home;"/></para>
Note:
See TracChangeset
for help on using the changeset viewer.