aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-12-19 19:59:24 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-12-19 19:59:24 +0000
commit92c948920f7ab58e08c5b9375e2f290b823c11eb (patch)
tree9a7f1e590a41ec2f487be27f9c86ef3a873b7ea0 /chapter06
parent54470acb0c692dda71fb92e364557176afe4c2a5 (diff)
Update tar-1.30.
Update meson-0.44.0. Update to systemd-236. Update to linux-4.14.6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/createfiles.xml1
-rw-r--r--chapter06/revisedchroot.xml17
-rw-r--r--chapter06/systemd.xml4
3 files changed, 19 insertions, 3 deletions
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index 2d7ddebdc..9bb635558 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -288,6 +288,7 @@ messagebus:x:18:
systemd-journal:x:23:
input:x:24:
mail:x:34:
+kvm:x:61:
systemd-bus-proxy:x:72:
systemd-journal-gateway:x:73:
systemd-journal-remote:x:74:
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
index 6edd0e524..8b5582f31 100644
--- a/chapter06/revisedchroot.xml
+++ b/chapter06/revisedchroot.xml
@@ -42,7 +42,7 @@
linkend="ch-system-bindmount"/> and <xref
linkend="ch-system-kernfsmount"/>.</para>
- <para>Finally, there were several static libraries that were not suppressed earlier
+ <para>There were several static libraries that were not suppressed earlier
in the chapter in order to satisfy the regression tests in several packages. These
libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib. If desired,
remove them now:</para>
@@ -55,4 +55,19 @@ rm -f /usr/lib/libfl.a
rm -f /usr/lib/libfl_pic.a
rm -f /usr/lib/libz.a</userinput></screen>
+ <para>There are also several files installed in the /usr/lib directory with a
+ file name extention of .la. These are "libtool archive" files and generally
+ unneeded on a linux system. None of these are necessary at this point. To
+ remove them, run:
+
+<screen role="nodump"><userinput>find /usr/lib -name \*.la -delete</userinput></screen>
+
+ For more information about libtool archive files, see the <ulink
+ url="&blfs-book;/introduction/la-files.html">BLFS section "About Libtool
+ Archive (.la) files"</ulink>.
+
+ </para>
+
+
+
</sect1>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index b9b6c6f31..13d536c55 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -42,10 +42,10 @@
<para>Create a symlink to work around missing xsltproc:</para>
-<screen><userinput remap="pre">ln -s /tools/bin/true /usr/bin/xsltproc</userinput></screen>
+<screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen>
<para>Set up the man pages:</para>
-<screen><userinput remap="pre">tar -xf ../systemd-man-pages-235.tar.xz</userinput></screen>
+<screen><userinput remap="pre">tar -xf ../systemd-man-pages-236.tar.xz</userinput></screen>
<para>Prepare systemd for compilation:</para>