diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 14:05:45 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-08-22 14:05:45 +0000 |
commit | f906354eb172f3026b28ea3d659bb142a0764a85 (patch) | |
tree | 52a30b7855087e737a11295933c709b58de41bbe /chapter06 | |
parent | 4a0bb544b3e8a39a8b9a5727ba89c9ba90c773c0 (diff) |
Update systemd instructions for 216.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10721 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 55 |
1 files changed, 16 insertions, 39 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> |