Sfoglia il codice sorgente

Remove invalid option from systemd book's util-linux

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11292 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 8 anni fa
parent
commit
121cdc9a9a
3 ha cambiato i file con 14 aggiunte e 5 eliminazioni
  1. 10 0
      chapter01/changelog.xml
  2. 1 2
      chapter06/util-linux.xml
  3. 3 3
      general.ent

+ 10 - 0
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>
+      <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>

+ 1 - 2
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 

+ 3 - 3
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 &ndash; -->
 <!ENTITY milestone       "8.1">