Changeset 6d237be


Ignore:
Timestamp:
08/12/2022 02:56:29 AM (21 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7c6b211f
Parents:
6686ce7
Message:

ntfs-3g: fix the command creating mount.ntfs for NTFS-3 kernel driver

We are creating the file, not appending.

File:
1 edited

Legend:

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

    r6686ce7 r6d237be  
    5151      </para>
    5252
    53 <screen role="nodump"><userinput>cat &gt;&gt; /usr/sbin/mount.ntfs &lt;&lt;"EOF" &amp;&amp;
     53<screen role="nodump"><userinput>cat &gt; /usr/sbin/mount.ntfs &lt;&lt; "EOF" &amp;&amp;
    5454<literal>#!/bin/sh
    5555exec mount -t ntfs3 "$@"</literal>
Note: See TracChangeset for help on using the changeset viewer.