fb6ff33ba9
- tests: Add a test to make sure GPT GUIDs default to filesystem (bcl) - doc: Document gpt linux-home flag (bcl) - gpt: Add linux-home flag (aschnell) - gpt: Map PED_PARTITON_ flags to GUID values (aschnell)
43 lines
1.4 KiB
Diff
43 lines
1.4 KiB
Diff
From 87d78ee78ca8d09de0d4850280cfd0ea9d9662fd Mon Sep 17 00:00:00 2001
|
|
From: "Brian C. Lane" <bcl@redhat.com>
|
|
Date: Thu, 30 Sep 2021 13:46:40 -0700
|
|
Subject: [PATCH 41/43] doc: Document gpt linux-home flag
|
|
|
|
---
|
|
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.
|
|
|
|
+@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
|
|
|