From: Thorsten Scherer Date: Wed, 14 Aug 2024 20:32:44 +0000 (+0200) Subject: repart: Fix misleading typo in GPT partition flag X-Git-Tag: v256.5~1^2~5 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=2665618555d08fc3877043cac392f1b6573811b7;p=systemd%2F.git repart: Fix misleading typo in GPT partition flag Bit 60 is the one corresponding to ReadOnly, not 50. Fix this. (cherry picked from commit 932cc94436e653d0487c29e0dd44685610cd7bcb) --- diff --git a/man/repart.d.xml b/man/repart.d.xml index 52e6b97240..474521e31e 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -708,7 +708,7 @@ fstab5. - If both bit 50 and 59 are set for a partition (i.e. the partition is marked both read-only and + If both bit 60 and 59 are set for a partition (i.e. the partition is marked both read-only and marked for file system growing) the latter is typically without effect: the read-only flag takes precedence in most tools reading these flags, and since growing the file system involves writing to the partition it is consequently ignored.