aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-08-22 14:05:45 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-08-22 14:05:45 +0000
commitf906354eb172f3026b28ea3d659bb142a0764a85 (patch)
tree52a30b7855087e737a11295933c709b58de41bbe
parent4a0bb544b3e8a39a8b9a5727ba89c9ba90c773c0 (diff)
Update systemd instructions for 216.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/systemd.xml55
-rw-r--r--packages.ent4
2 files changed, 18 insertions, 41 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index dc5a05f58..21b6c008c 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -173,14 +173,15 @@ EOF</userinput></screen>
<para>If you are going to run the test suite, first prevent a few test
cases from running because they fail in a chroot environment:</para>
-<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g" \
- -e "s:test-bus-cleanup\$(EXEEXT) ::g" \
- -e "s:test-bus-gvariant\$(EXEEXT) ::g" \
- -e "s:test-dhcp6-client\$(EXEEXT) ::g" \
- -e "s:test-journal-flush\$(EXEEXT) ::g" \
- -e "s:test-path-util\$(EXEEXT) ::g" \
- -e "s:test-sched-prio\$(EXEEXT) ::g" \
- -e "s:test-strv\$(EXEEXT) ::g" \
+<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g" \
+ -e "s:test-bus-cleanup\$(EXEEXT) ::g" \
+ -e "s:test-condition-util\$(EXEEXT) ::g" \
+ -e "s:test-dhcp6-client\$(EXEEXT) ::g" \
+ -e "s:test-engine\$(EXEEXT) ::g" \
+ -e "s:test-journal-flush\$(EXEEXT) ::g" \
+ -e "s:test-path-util\$(EXEEXT) ::g" \
+ -e "s:test-sched-prio\$(EXEEXT) ::g" \
+ -e "s:test-strv\$(EXEEXT) ::g" \
-i Makefile</userinput></screen>
<para>To test the results, issue:</para>
@@ -231,21 +232,19 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
kernel-install, localectl, loginctl, machinectl, networkctl, poweroff,
reboot, runlevel, shutdown, systemctl, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
- systemd-delta, systemd-detect-virt, systemd-escape,<!-- systemd-firstboot, -->
- systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
- systemd-path, systemd-run, systemd-stdio-bridge,<!-- systemd-sysusers, -->
- systemd-tmpfiles, systemd-tty-ask-password-agent, telinit, timedatectl,
- and udevadm</seg>
+ systemd-delta, systemd-detect-virt, systemd-escape, systemd-inhibit,
+ systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-path,
+ systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
+ systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
<seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2,
libsystemd.so, libudev.so</seg>
<seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
/etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
/usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d,
- /usr/lib/sysctl.d, /usr/lib/systemd,<!-- /usr/lib/sysusers.d, -->
- /usr/lib/tmpfiles.d, /usr/share/doc/systemd-&systemd-version;,
- /usr/share/factory, /usr/share/systemd, /var/lib/systemd,
- /var/log/journal</seg>
+ /usr/lib/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
+ /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
+ /usr/share/systemd, /var/lib/systemd, /var/log/journal</seg>
</seglistitem>
</segmentedlist>
@@ -517,17 +516,6 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
</listitem>
</varlistentry>
- <!-- <varlistentry id="systemd-firstboot">
- <term><command>systemd-firstboot</command></term>
- <listitem>
- <para>Initializes the most basic system settings interactively on the
- first boot.</para>
- <indexterm zone="ch-system-systemd systemd-firstboot">
- <primary sortas="b-systemd-firstboot">systemd-firstboot</primary>
- </indexterm>
- </listitem>
- </varlistentry> -->
-
<varlistentry id="systemd-inhibit">
<term><command>systemd-inhibit</command></term>
<listitem>
@@ -603,17 +591,6 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
</listitem>
</varlistentry> -->
- <!-- <varlistentry id="systemd-sysusers">
- <term><command>systemd-sysusers</command></term>
- <listitem>
- <para>Creates system users and groups, based on the file format and location
- specified in <filename class="directory">sysusers.d</filename>.</para>
- <indexterm zone="ch-system-systemd systemd-sysusers">
- <primary sortas="b-systemd-sysusers">systemd-sysusers</primary>
- </indexterm>
- </listitem>
- </varlistentry> -->
-
<varlistentry id="systemd-tmpfiles">
<term><command>systemd-tmpfiles</command></term>
<listitem>
diff --git a/packages.ent b/packages.ent
index 72e92ac70..5930fa6c6 100644
--- a/packages.ent
+++ b/packages.ent
@@ -548,8 +548,8 @@
<!ENTITY systemd-url "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
<!ENTITY systemd-md5 "04fda588a04f549da0f397dce3ae6a39">
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
-<!ENTITY systemd-ch6-du "518 MB">
-<!ENTITY systemd-ch6-sbu "5.8 SBU">
+<!ENTITY systemd-ch6-du "678 MB">
+<!ENTITY systemd-ch6-sbu "2.1 SBU">
<!ENTITY tar-version "1.28">
<!ENTITY tar-size "1,921 KB">