diff options
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/util-linux.xml | 3 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f2aaeef70..017e50d5d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,16 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-08-27</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Remove invalid option from systemd book's + util-linux.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-08-24</para> <itemizedlist> <listitem> diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index fb8e1251a..7b90ab845 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -86,8 +86,7 @@ --disable-runuser \ --disable-pylibmount \ --disable-static \ - --without-python \ - --enable-libmount-force-mountinfo</userinput></screen> + --without-python</userinput></screen> <para>The --disable and --without options prevent warnings about building components that require packages not in LFS or are diff --git a/general.ent b/general.ent index d7371b776..cc73fd949 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170824"> +<!ENTITY version "SVN-20170827"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20170824-systemd"> +<!ENTITY versiond "20170827-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "August 24, 2017"> +<!ENTITY releasedate "August 27, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> |