[parted-devel] [PATCH 1/3] doc: Document gpt linux-home flag

Brian C. Lane bcl at redhat.com
Thu Sep 30 22:47:01 BST 2021


---
 doc/C/parted.8  | 3 ++-
 doc/parted.texi | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/doc/C/parted.8 b/doc/C/parted.8
index 46b30ad..afca9f2 100644
--- a/doc/C/parted.8
+++ b/doc/C/parted.8
@@ -118,7 +118,8 @@ or an LVM logical volume if necessary.
 .B set \fIpartition\fP \fIflag\fP \fIstate\fP
 Change the state of the \fIflag\fP on \fIpartition\fP to \fIstate\fP.
 Supported flags are: "boot", "root", "swap", "hidden", "raid", "lvm", "lba",
-"legacy_boot", "irst", "msftres", "esp", "chromeos_kernel", "bls_boot" and "palo".
+"legacy_boot", "irst", "msftres", "esp", "chromeos_kernel", "bls_boot", "linux-home",
+and "palo".
 \fIstate\fP should be either "on" or "off".
 .TP
 .B unit \fIunit\fP
diff --git a/doc/parted.texi b/doc/parted.texi
index 57ceb55..4344328 100644
--- a/doc/parted.texi
+++ b/doc/parted.texi
@@ -904,6 +904,10 @@ MS Windows ME based operating systems to use Linear (LBA) mode.
 (Mac) - this flag should be enabled if the partition is the root device
 to be used by Linux.
 
+ at item linux-home
+(GPT) - Enable this to indicate that the selected partition is a
+Linux /home partition.
+
 @item swap
 (MS-DOS, GPT, Mac) - this flag should be enabled if the partition is the
 swap device to be used by Linux.
-- 
2.31.1




More information about the parted-devel mailing list