Update systemd instructions for 216.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Krejzi 2014-08-22 14:05:45 +00:00
parent 4a0bb544b3
commit f906354eb1
2 changed files with 18 additions and 41 deletions

View File

@ -175,8 +175,9 @@ EOF</userinput></screen>
<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g" \ <screen><userinput remap="test">sed -e "s:test/udev-test.pl::g" \
-e "s:test-bus-cleanup\$(EXEEXT) ::g" \ -e "s:test-bus-cleanup\$(EXEEXT) ::g" \
-e "s:test-bus-gvariant\$(EXEEXT) ::g" \ -e "s:test-condition-util\$(EXEEXT) ::g" \
-e "s:test-dhcp6-client\$(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-journal-flush\$(EXEEXT) ::g" \
-e "s:test-path-util\$(EXEEXT) ::g" \ -e "s:test-path-util\$(EXEEXT) ::g" \
-e "s:test-sched-prio\$(EXEEXT) ::g" \ -e "s:test-sched-prio\$(EXEEXT) ::g" \
@ -231,21 +232,19 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
kernel-install, localectl, loginctl, machinectl, networkctl, poweroff, kernel-install, localectl, loginctl, machinectl, networkctl, poweroff,
reboot, runlevel, shutdown, systemctl, systemd-analyze, reboot, runlevel, shutdown, systemctl, systemd-analyze,
systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop, systemd-ask-password, systemd-cat, systemd-cgls, systemd-cgtop,
systemd-delta, systemd-detect-virt, systemd-escape,<!-- systemd-firstboot, --> systemd-delta, systemd-detect-virt, systemd-escape, systemd-inhibit,
systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-path,
systemd-path, systemd-run, systemd-stdio-bridge,<!-- systemd-sysusers, --> systemd-run, systemd-stdio-bridge, systemd-tmpfiles,
systemd-tmpfiles, systemd-tty-ask-password-agent, telinit, timedatectl, systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
and udevadm</seg>
<seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2, <seg>libnss_myhostname.so.2, libnss_mymachines.so.2, libnss_resolve.so.2,
libsystemd.so, libudev.so</seg> libsystemd.so, libudev.so</seg>
<seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
/etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev,
/etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd, /etc/xdg/systemd, /lib/systemd, /lib/udev, /usr/include/systemd,
/usr/lib/binfmt.d, /usr/lib/kernel, /usr/lib/modules-load.d, /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/sysctl.d, /usr/lib/systemd, /usr/lib/tmpfiles.d,
/usr/lib/tmpfiles.d, /usr/share/doc/systemd-&systemd-version;, /usr/share/doc/systemd-&systemd-version;, /usr/share/factory,
/usr/share/factory, /usr/share/systemd, /var/lib/systemd, /usr/share/systemd, /var/lib/systemd, /var/log/journal</seg>
/var/log/journal</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
@ -517,17 +516,6 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
</listitem> </listitem>
</varlistentry> </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"> <varlistentry id="systemd-inhibit">
<term><command>systemd-inhibit</command></term> <term><command>systemd-inhibit</command></term>
<listitem> <listitem>
@ -603,17 +591,6 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen>
</listitem> </listitem>
</varlistentry> --> </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"> <varlistentry id="systemd-tmpfiles">
<term><command>systemd-tmpfiles</command></term> <term><command>systemd-tmpfiles</command></term>
<listitem> <listitem>

View File

@ -548,8 +548,8 @@
<!ENTITY systemd-url "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz"> <!ENTITY systemd-url "http://www.freedesktop.org/software/systemd/systemd-&systemd-version;.tar.xz">
<!ENTITY systemd-md5 "04fda588a04f549da0f397dce3ae6a39"> <!ENTITY systemd-md5 "04fda588a04f549da0f397dce3ae6a39">
<!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/"> <!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/">
<!ENTITY systemd-ch6-du "518 MB"> <!ENTITY systemd-ch6-du "678 MB">
<!ENTITY systemd-ch6-sbu "5.8 SBU"> <!ENTITY systemd-ch6-sbu "2.1 SBU">
<!ENTITY tar-version "1.28"> <!ENTITY tar-version "1.28">
<!ENTITY tar-size "1,921 KB"> <!ENTITY tar-size "1,921 KB">