diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 672c839bc..23e01d541 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -45,11 +45,13 @@ <screen><userinput remap="pre">sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")</userinput></screen> +<!-- Not needed as of 231. -renodr <para>Fix a potential security issue with framebuffer devices:</para> <screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \ -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \ -i src/login/70-uaccess.rules</userinput></screen> +--> <para>Disable two tests that always fail:</para> @@ -192,7 +194,7 @@ EOF</userinput></screen> <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen> - <para>Move NSS libraries to <filename class="directory">/lib</filename>:</para> + <para>Move the NSS libraries to <filename class="directory">/lib</filename>:</para> <screen><userinput remap="install">mv -v /usr/lib/libnss_{myhostname,mymachines,resolve}.so.2 /lib</userinput></screen> @@ -219,6 +221,10 @@ ln -sfv ../lib/systemd/systemd /sbin/init</userinput></screen> <screen><userinput remap="install">systemd-machine-id-setup</userinput></screen> + <para>Fix a broken symlink created by the systemd installation process:</para> +<screen><userinput remap="install">rm -v /etc/resolv.conf +ln -s ../lib/systemd/resolv.conf /etc/resolv.conf</userinput></screen> + <para>Since the testsuite largely depends on the host system kernel configuration, some tests may fail. It also needs a modification in order not to look for a program that will be installed by Util-Linux @@ -248,7 +254,8 @@ make LD_LIBRARY_PATH=/tools/lib -k check</userinput></screen> 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, and libudev.so</seg> + libnss_resolve.so.2, libsystemd.so, libsystemd-shared-231.so, + and 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, |