Changeset 921c13a for postlfs


Ignore:
Timestamp:
07/31/2023 01:44:36 PM (10 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
d67d543
Parents:
185ffd9
git-author:
Xi Ruoyao <xry111@…> (07/30/2023 08:57:20 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:36 PM)
Message:

ntfs-3g: Use new kernel configuration rendering

and clarify the condition where CONFIG_FUSE is needed.

Location:
postlfs/filesystems
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/ntfs-3g.xml

    r185ffd9 r921c13a  
    3636      </para>
    3737
    38 <screen><literal>File systems  ---&gt;
    39   DOS/FAT/EXFAT/NT Filesystems  ---&gt;
    40     &lt;*/M&gt; NTFS Read-Write file system support [CONFIG_NTFS3_FS]</literal></screen>
     38    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     39      href="ntfs3-kernel.xml"/>
    4140
    4241    <indexterm zone="ntfs-3g ntfs3-kernel">
     
    122121
    123122    <para>
    124       Enable the following options in the kernel configuration and recompile the
    125       kernel if necessary:
    126     </para>
    127 
    128 <screen><literal>File systems  ---&gt;
    129   &lt;*/M&gt; FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
     123      Enable the following options in the kernel configuration and recompile
     124      the kernel if necessary:
     125    </para>
     126
     127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     128      href="ntfs-3g-kernel.xml"/>
     129
     130    <para>
     131      Note that it is only needed for mounting NTFS partitions with
     132      ntfs-3g.  If you will use the in-kernel NTFS3 driver for mounting
     133      NTFS partitions (as the BLFS editors recommend) instead, you can
     134      skip this configuration item.
     135    </para>
    130136
    131137    <indexterm zone="ntfs-3g ntfs-3g-kernel">
Note: See TracChangeset for help on using the changeset viewer.