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: v257-rc1~703 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=932cc94436e653d0487c29e0dd44685610cd7bcb;p=thirdparty%2Fsystemd.git repart: Fix misleading typo in GPT partition flag Bit 60 is the one corresponding to ReadOnly, not 50. Fix this. --- diff --git a/man/repart.d.xml b/man/repart.d.xml index 804cb804b22..ecf14e30998 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -710,7 +710,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.