From 3630195780cb4ddd2a9560cfd67c8e6d58b5c231 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) (cherry picked from commit 2665618555d08fc3877043cac392f1b6573811b7) (cherry picked from commit f38c19bc695636700d85c5eb689680b017cc29e8) (cherry picked from commit 5ae6c773e4e6f3e95db8de7d6b4e1a8ff45f7e10) --- 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 0d3067d3da..18051c0a41 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -587,7 +587,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.