Changeset 0131d1b
- Timestamp:
- May 7, 2014, 1:09:31 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- fc14a7d
- Parents:
- 04c3a53
- Location:
- BOOK
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/dbus.xml
r04c3a53 r0131d1b 52 52 ln -sfv ../../lib/$(readlink /usr/lib/libdbus-1.so) /usr/lib/libdbus-1.so</userinput></screen> 53 53 54 <para os="j">Create a symlink so that D-Bus and Systemd can use the same54 <para os="j">Create a symlink so that D-Bus and systemd can use the same 55 55 <filename>machine-id</filename> file:</para> 56 56 -
BOOK/final-system/common/glibc.xml
r04c3a53 r0131d1b 175 175 mkdir -pv /var/cache/nscd</userinput></screen> 176 176 177 <para os="w">Install the Systemd support files for <command>nscd</command>:</para>177 <para os="w">Install the systemd support files for <command>nscd</command>:</para> 178 178 179 179 <screen os="x"><userinput>install -v -Dm644 ../glibc-2.19/nscd/nscd.tmpfiles /usr/lib/tmpfiles.d/nscd.conf -
BOOK/final-system/common/kbd.xml
r04c3a53 r0131d1b 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
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"> -
BOOK/final-system/multilib/systemd.xml
r04c3a53 r0131d1b 21 21 22 22 <sect2 role="installation"> 23 <title>Installation of systemd</title>23 <title>Installation of Systemd</title> 24 24 25 25 <note os="mlw1"> -
BOOK/network/common/choose.xml
r04c3a53 r0131d1b 20 20 21 21 <para> There are two different ways you can proceed from this point 22 to configure your network. You can use Systemd, or install the22 to configure your network. You can use systemd, or install the 23 23 CLFS-Network-Scripts.</para> 24 24 -
BOOK/network/common/sysconfig-network.xml
r04c3a53 r0131d1b 30 30 after correct Network Card Interface name (e.g. 31 31 <filename>ifconfig.enp2s1</filename> or 32 <filename>ifconfig.eth0</filename>) or Systemd will fail to bring32 <filename>ifconfig.eth0</filename>) or systemd will fail to bring 33 33 up your network interface.</para></note> 34 34 -
BOOK/network/common/systemd-network.xml
r04c3a53 r0131d1b 19 19 <command>ip l</command> after you have booted your system. It is important that the <envar>Name</envar> variable in <filename>/etc/systemd/network</filename> contain the correct Network Card Interface name (e.g. 20 20 <envar>Name=enp2s1</envar> or 21 <envar>Name=eth0</envar>) or Systemd will fail to bring21 <envar>Name=eth0</envar>) or systemd will fail to bring 22 22 up your network interface.</para></note> 23 23 -
BOOK/system-config/common/clock.xml
r04c3a53 r0131d1b 77 77 78 78 <note><para>Please note that <command>timedatectl</command> command can 79 be used only on a system booted with Systemd.</para></note>79 be used only on a system booted with systemd.</para></note> 80 80 81 81 </sect1> -
BOOK/system-config/common/console.xml
r04c3a53 r0131d1b 86 86 87 87 <note><para>Please note that <command>localectl</command> command can 88 be used only on a system booted with Systemd.</para></note>88 be used only on a system booted with systemd.</para></note> 89 89 90 90 <para>You can also use <command>localectl</command> utility with the -
BOOK/system-config/common/introduction.xml
r04c3a53 r0131d1b 12 12 13 13 <para>This chapter details how to finish configuring the base system. 14 This includes some final configuration for Systemd as well as locales and14 This includes some final configuration for systemd as well as locales and 15 15 a simple bash profile that should be suitable for most users.</para> 16 16 -
BOOK/system-config/common/locale.xml
r04c3a53 r0131d1b 120 120 121 121 <para>Note that you can modify <filename>/etc/locale.conf</filename> with 122 Systemd<command>localectl</command> utility. To use122 systemd's <command>localectl</command> utility. To use 123 123 <command>localectl</command> for the example above, run:</para> 124 124 … … 134 134 135 135 <note><para>Please note that <command>localectl</command> command can 136 be used only on a system booted with Systemd.</para></note>136 be used only on a system booted with systemd.</para></note> 137 137 <para>Setting the keyboard layout, screen font, and locale-related 138 138 environment variables are the only internationalization steps needed to -
BOOK/system-config/common/udev.xml
r04c3a53 r0131d1b 17 17 18 18 <para>In <xref linkend="chapter-building-system"/>, we installed the Udev 19 package during Systemd install. Before we go into the details regarding how19 package during systemd install. Before we go into the details regarding how 20 20 this works, a brief history of previous methods of handling devices is in 21 21 order.</para> -
BOOK/system-config/common/usage.xml
r04c3a53 r0131d1b 51 51 52 52 <para><command>systemctl</command> is the main command used to introspect 53 and control Systemd.</para>53 and control systemd.</para> 54 54 55 55 <variablelist>
Note:
See TracChangeset
for help on using the changeset viewer.