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: v258-rc4~16^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1eb53e934b8fab9941e2bf5a9b4bd823ae1d68f;p=thirdparty%2Fsystemd.git man/repart.d: mention each field of MountPoint= needs to be quoted when contains colon Closes #38749. --- diff --git a/man/repart.d.xml b/man/repart.d.xml index 8be41db0ecd..87d04d0e931 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -837,8 +837,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.