ntfs-3g: Use new kernel configuration rendering

and clarify the condition where CONFIG_FUSE is needed.
This commit is contained in:
Xi Ruoyao 2023-07-30 16:57:20 +08:00
parent 185ffd913f
commit 921c13a021
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3
5 changed files with 30 additions and 7 deletions

View File

@ -0,0 +1 @@
FUSE_FS="*M"

View File

@ -0,0 +1 @@
NTFS3_FS="*M"

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- Automatically generated by kernel-config.py for Linux 6.4.7
DO NOT EDIT! -->
<screen><literal>File systems ---&gt;
&lt;*/M&gt; FUSE (Filesystem in Userspace) support [FUSE_FS]</literal></screen>

View File

@ -35,9 +35,8 @@
necessary:
</para>
<screen><literal>File systems ---&gt;
DOS/FAT/EXFAT/NT Filesystems ---&gt;
&lt;*/M&gt; NTFS Read-Write file system support [CONFIG_NTFS3_FS]</literal></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="ntfs3-kernel.xml"/>
<indexterm zone="ntfs-3g ntfs3-kernel">
<primary sortas="d-ntfs3">NTFS read-write support in kernel</primary>
@ -121,12 +120,19 @@ chmod -v 755 /usr/sbin/mount.ntfs</userinput></screen>
<title>Kernel Configuration</title>
<para>
Enable the following options in the kernel configuration and recompile the
kernel if necessary:
Enable the following options in the kernel configuration and recompile
the kernel if necessary:
</para>
<screen><literal>File systems ---&gt;
&lt;*/M&gt; FUSE (Filesystem in Userspace) support [CONFIG_FUSE_FS]</literal></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="ntfs-3g-kernel.xml"/>
<para>
Note that it is only needed for mounting NTFS partitions with
ntfs-3g. If you will use the in-kernel NTFS3 driver for mounting
NTFS partitions (as the BLFS editors recommend) instead, you can
skip this configuration item.
</para>
<indexterm zone="ntfs-3g ntfs-3g-kernel">
<primary sortas="d-ntfs-3g">ntfs-3g</primary>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- Automatically generated by kernel-config.py for Linux 6.4.7
DO NOT EDIT! -->
<screen><literal>File systems ---&gt;
DOS/FAT/EXFAT/NT Filesystems ---&gt;
&lt;*/M&gt; NTFS Read-Write file system support [NTFS3_FS]</literal></screen>