From: Yu Watanabe Date: Wed, 3 Sep 2025 16:42:48 +0000 (+0900) Subject: man/repart.d: mention each field of MountPoint= needs to be quoted when contains... X-Git-Tag: v257.10~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7a5081d2378b22b8f91bfd29fc905918c250c6b6;p=thirdparty%2Fsystemd.git man/repart.d: mention each field of MountPoint= needs to be quoted when contains colon Closes #38749. (cherry picked from commit a1eb53e934b8fab9941e2bf5a9b4bd823ae1d68f) --- diff --git a/man/repart.d.xml b/man/repart.d.xml index bd8a619a0b0..0b4df921d5b 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -807,8 +807,10 @@ partition should be mounted. The second field specifies extra mount options to append to the default mount options. These fields correspond to the second and fourth column of the fstab5 - format. This setting may be specified multiple times to mount the partition multiple times. This can - be used to add mounts for different + format. As a colon is used for separating fields, each field needs to be quoted when it contains + colons. E.g. MountPoint="/path/with:colon":"zstd:1,noatime,lazytime" + This setting may be specified multiple times to mount the partition multiple times. This can be used + to add mounts for different btrfs8 subvolumes located on the same btrfs partition.