From e5aa858d29ad9bc1a9947f0eed2a62878f96b3d1 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) (cherry picked from commit 3630195780cb4ddd2a9560cfd67c8e6d58b5c231) --- 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 ebbb31cc20e..120732db6ac 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -562,7 +562,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.