Changeset 0131d1b for BOOK/final-system
- 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/final-system
- Files:
-
- 5 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">
Note:
See TracChangeset
for help on using the changeset viewer.