Author: igor
Date: Sat Mar 28 05:37:37 2015
New Revision: 15730

Log:
link ntfs-3g to external libfuse by default

Modified:
   trunk/BOOK/postlfs/filesystems/ntfs-3g.xml

Modified: trunk/BOOK/postlfs/filesystems/ntfs-3g.xml
==============================================================================
--- trunk/BOOK/postlfs/filesystems/ntfs-3g.xml  Sat Mar 28 05:16:05 2015        
(r15729)
+++ trunk/BOOK/postlfs/filesystems/ntfs-3g.xml  Sat Mar 28 05:37:37 2015        
(r15730)
@@ -80,9 +80,9 @@
 
     <bridgehead renderas="sect3">Ntfs-3g Dependencies</bridgehead>
 
-    <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional">
-      <xref linkend="fuse"/>.
+    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <para role="recommended">
+      <xref linkend="fuse"/>
     </para>
 
     <para condition="html" role="usernotes">
@@ -114,7 +114,7 @@
       commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static 
--with-fuse=external &amp;&amp;
 make</userinput></screen>
 
     <para>
@@ -127,7 +127,7 @@
 
 <screen role="root"><userinput>make install &amp;&amp;
 ln -sv ../bin/ntfs-3g /sbin/mount.ntfs &amp;&amp;
-ln -sv /usr/share/man/man8/{ntfs-3g,mount.ntfs}.8</userinput></screen>
+ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
 
     <para>
       If you want ordinary users to be able to mount NTFS partitions you'll 
need
@@ -147,11 +147,11 @@
       href="../../xincludes/static-libraries.xml"/>
 
     <para>
-      <option>--with-fuse=external</option>: Ntfs-3g comes with a version of
-      Fuse which it statically compiles into <command>lowntfs-3g</command> and
-      <command>ntfs-3g</command>. If you have installed <xref linkend="fuse"/>
-      use this option to dynamically link <command>lowntfs-3g</command> and 
-      <command>ntfs-3g</command> to libfuse.
+      <parameter>--with-fuse=external</parameter>: This switch dynamically
+      links <command>lowntfs-3g</command> and <command>ntfs-3g</command> to
+      external libfuse. Omit it if you have not installed <xref
+      linkend="fuse"/> or if you want to use internal statically compiled
+      libfuse.
     </para>
     
     <para>
-- 
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