mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
ntfs-3g: Use new kernel configuration rendering
and clarify the condition where CONFIG_FUSE is needed.
This commit is contained in:
parent
185ffd913f
commit
921c13a021
1
kernel-config/postlfs/filesystems/ntfs-3g.toml
Normal file
1
kernel-config/postlfs/filesystems/ntfs-3g.toml
Normal file
@ -0,0 +1 @@
|
||||
FUSE_FS="*M"
|
1
kernel-config/postlfs/filesystems/ntfs3.toml
Normal file
1
kernel-config/postlfs/filesystems/ntfs3.toml
Normal file
@ -0,0 +1 @@
|
||||
NTFS3_FS="*M"
|
7
postlfs/filesystems/ntfs-3g-kernel.xml
Normal file
7
postlfs/filesystems/ntfs-3g-kernel.xml
Normal 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 --->
|
||||
<*/M> FUSE (Filesystem in Userspace) support [FUSE_FS]</literal></screen>
|
@ -35,9 +35,8 @@
|
||||
necessary:
|
||||
</para>
|
||||
|
||||
<screen><literal>File systems --->
|
||||
DOS/FAT/EXFAT/NT Filesystems --->
|
||||
<*/M> 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 --->
|
||||
<*/M> 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>
|
||||
|
8
postlfs/filesystems/ntfs3-kernel.xml
Normal file
8
postlfs/filesystems/ntfs3-kernel.xml
Normal 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 --->
|
||||
DOS/FAT/EXFAT/NT Filesystems --->
|
||||
<*/M> NTFS Read-Write file system support [NTFS3_FS]</literal></screen>
|
Loading…
Reference in New Issue
Block a user