aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/createfiles.xml2
-rw-r--r--general.ent2
3 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 45de0881f..5985e2078 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -42,6 +42,16 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
+ <listitem revision="systemd">
+ <para>2017-11-08</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Remove invalid links to util-linux static archives in
+ <filename class="directory">/tools/lib</filename>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>2017-11-06</para>
<itemizedlist>
diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml
index fbe70a96b..23da2d1e3 100644
--- a/chapter06/createfiles.xml
+++ b/chapter06/createfiles.xml
@@ -53,7 +53,7 @@ ln -sv /tools/lib/libstdc++.{a,so{,.6}} /usr/lib
sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la
for lib in blkid lzma mount uuid
do
- ln -sv /tools/lib/lib$lib.{a,so*} /usr/lib
+ ln -sv /tools/lib/lib$lib.so* /usr/lib
sed 's/tools/usr/' /tools/lib/lib${lib}.la > /usr/lib/lib${lib}.la
done
ln -sv bash /bin/sh</userinput></screen>
diff --git a/general.ent b/general.ent
index 8643b54a3..e3caa9c8c 100644
--- a/general.ent
+++ b/general.ent
@@ -3,7 +3,7 @@
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20171106-systemd">
+<!ENTITY versiond "20171108-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">