diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 0db60770f..c987066d4 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -47,7 +47,7 @@ <para>Because we have not yet installed the final version of Util-Linux, create links to the libraries in the approprite location:</para> -<screen><userinput remap="pre">for file in /tools/lib64/lib{blkid,mount,uuid}*; do +<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}*; do ln -sf $file /usr/lib/ done</userinput></screen> @@ -63,6 +63,10 @@ done</userinput></screen> <screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-glibc_statx_fix-1.patch</userinput></screen> + <para>Apply a patch to fix a build failure with meson-0.40.0:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../systemd-&systemd-version;-meson-0.40.0_fixes-1.patch</userinput></screen> + <para>Remove an unneeded group, <systemitem class="groupname">render</systemitem>, from the default udev rules:</para> |