mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
udisks2: change >> to > to avoid append on upgrading
The package does not install mount_options.conf. It has mount_options.conf.example but we don't use the example.
This commit is contained in:
parent
edd2feb7a8
commit
e9dfbc0c26
@ -197,7 +197,7 @@ make</userinput></screen>
|
||||
NTFS3 to allow mounting NTFS filesystems:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>cat >> /etc/udisks2/mount_options.conf << "EOF"
|
||||
<screen role="root"><userinput>cat > /etc/udisks2/mount_options.conf << "EOF"
|
||||
<literal>[defaults]
|
||||
ntfs_defaults=uid=$UID,gid=$GID</literal>
|
||||
EOF</userinput></screen>
|
||||
|
Loading…
Reference in New Issue
Block a user