Author: dj
Date: Wed Aug 30 16:10:27 2017
New Revision: 19148

Log:
Move mkfs.btrfs and fsck.btrfs to /sbin, minor text fixups.

Modified:
   trunk/BOOK/lxqt/desktop/lxqt-build-tools.xml
   trunk/BOOK/lxqt/desktop/pre-install.xml
   trunk/BOOK/postlfs/filesystems/btrfs-progs.xml

Modified: trunk/BOOK/lxqt/desktop/lxqt-build-tools.xml
==============================================================================
--- trunk/BOOK/lxqt/desktop/lxqt-build-tools.xml        Wed Aug 30 15:02:32 
2017        (r19147)
+++ trunk/BOOK/lxqt/desktop/lxqt-build-tools.xml        Wed Aug 30 16:10:27 
2017        (r19148)
@@ -75,7 +75,8 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-      <xref linkend="cmake"/>  
+      <xref linkend="cmake"/> and
+      <xref linkend="qt5"/>  
     </para>
 
     <para condition="html" role="usernotes">

Modified: trunk/BOOK/lxqt/desktop/pre-install.xml
==============================================================================
--- trunk/BOOK/lxqt/desktop/pre-install.xml     Wed Aug 30 15:02:32 2017        
(r19147)
+++ trunk/BOOK/lxqt/desktop/pre-install.xml     Wed Aug 30 16:10:27 2017        
(r19148)
@@ -22,7 +22,7 @@
   <caution>
     <para>
       Due to recent changes in <command>grep</command> it is essential that
-      the installing system be set to an UTF-8 locale. An example
+      the installing system be set to a UTF-8 locale. An example
       is <command>export LANG=en_US.UTF-8</command>, but any UTF-8 locale is
       sufficient. Failure to do this will result in a faulty installation.
     </para>

Modified: trunk/BOOK/postlfs/filesystems/btrfs-progs.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/btrfs-progs.xml      Wed Aug 30 15:02:32 
2017        (r19147)
+++ trunk/BOOK/postlfs/filesystems/btrfs-progs.xml      Wed Aug 30 16:10:27 
2017        (r19148)
@@ -136,7 +136,8 @@
 <screen role="root"><userinput>make install &amp;&amp;
 
 ln -sfv ../../lib/$(readlink /lib/libbtrfs.so) /usr/lib/libbtrfs.so &amp;&amp;
-rm -v /lib/libbtrfs.{a,so}</userinput></screen>
+rm -v /lib/libbtrfs.{a,so} &amp;&amp;
+mv -v /bin/{mkfs,fsck}.btrfs /sbin</userinput></screen>
 
   </sect2>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to