]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include: add U-Boot environment partition type
authorThomas Weißschuh <thomas@t-8ch.de>
Thu, 11 Jan 2024 06:37:21 +0000 (07:37 +0100)
committerThomas Weißschuh <thomas@t-8ch.de>
Thu, 11 Jan 2024 06:40:15 +0000 (07:40 +0100)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
include/pt-gpt-partnames.h

index 8acf77de4af322428438e9927b5b6da0082d1d66..b246eca277b76ba97ce2b24e02153c7bd3381a6f 100644 (file)
@@ -289,3 +289,6 @@ DEF_GUID("3D48CE54-1D16-11DC-8696-01301BB8A9F5", N_("DragonFlyBSD Label64")),
 DEF_GUID("BD215AB2-1D16-11DC-8696-01301BB8A9F5", N_("DragonFlyBSD Legacy")),
 DEF_GUID("61DC63AC-6E38-11DC-8513-01301BB8A9F5", N_("DragonFlyBSD HAMMER")),
 DEF_GUID("5CBB9AD1-862D-11DC-A94D-01301BB8A9F5", N_("DragonFlyBSD HAMMER2")),
+
+/* U-Boot */
+DEF_GUID("3DE21764-95BD-54BD-A5C3-4ABE786F38A8", N_("U-Boot environment")),