From 2665618555d08fc3877043cac392f1b6573811b7 Mon Sep 17 00:00:00 2001 From: Thorsten Scherer Date: Wed, 14 Aug 2024 22:32:44 +0200 Subject: [PATCH] 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) --- man/repart.d.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/repart.d.xml b/man/repart.d.xml index 52e6b972405..474521e31ea 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.