Changeset 2d9bcc8 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:
4955b595
Parents:
10b89821
git-author:
Xi Ruoyao <xry111@…> (07/30/2023 03:50:01 AM)
git-committer:
Xi Ruoyao <xry111@…> (07/31/2023 01:44:36 PM)
Message:

dosfstools: Use new kernel configuration rendering, and ...

clarify the rationale of the package and kernel support.

Note that we actually do not need this package if we only need to mount
FAT fs, not create or check or relabel it.

Location:
postlfs/filesystems
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/dosfstools.xml

    r10b89821 r2d9bcc8  
    7575    <para>
    7676      Enable the following option in the kernel configuration
    77       and recompile the kernel:
    78     </para>
    79 
    80 <screen><literal>File systems ---&gt;
    81   &lt;DOS/FAT/EXFAT/NT Filesystems ---&gt;
    82     &lt;*/M&gt; MSDOS fs support             [CONFIG_MSDOS_FS]
    83     &lt;*/M&gt; VFAT (Windows-95) fs support [CONFIG_VFAT_FS]</literal></screen>
     77      and recompile the kernel if you need to mount a FAT-family filesystem:
     78    </para>
     79
     80    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     81      href="dosfstools-kernel.xml"/>
     82
     83    <para>
     84      Note that <option>CONFIG_MSDOS_FS</option> deliberately unsupport
     85      long file names.  <option>CONFIG_VFAT_FS</option> should be used
     86      instead unless you really want to enforce the DOS-style
     87      <quote>8.3</quote> file names.
     88    </para>
     89
     90    <para>
     91      You can mount a FAT-family filesystem once the kernel supports it.
     92      If you don't need to create, check, or relabel a FAT-family system,
     93      you may skip this package.
     94    </para>
    8495
    8596    <indexterm zone="dosfstools dosfstools-kernel">
    86       <primary sortas="d-dosfstools">Dosfstools Programs</primary>
     97      <primary sortas="d-fat">FAT Support in Kernel</primary>
    8798    </indexterm>
    8899
Note: See TracChangeset for help on using the changeset viewer.