From 7f33c9cda3deee16c34a91d1d4274a785b62f40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 24 Jan 2013 01:11:27 +0100 Subject: [PATCH] Lost the "EFI" in front of "GUID Partition Map" name. * This is how other systems refer to it as well, and is shorter, too. --- headers/private/system/disk_device_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/system/disk_device_types.h b/headers/private/system/disk_device_types.h index e428769c869..40ce1a50f9e 100644 --- a/headers/private/system/disk_device_types.h +++ b/headers/private/system/disk_device_types.h @@ -25,7 +25,7 @@ #define AMIGA_PARTITION_NAME "Amiga Partition Map" #define APPLE_PARTITION_NAME "Apple Partition Map" -#define EFI_PARTITION_NAME "EFI GUID Partition Map" +#define EFI_PARTITION_NAME "GUID Partition Map" #define INTEL_PARTITION_NAME "Intel Partition Map" #define INTEL_EXTENDED_PARTITION_NAME "Intel Extended Partition" #define VMDK_PARTITION_NAME "VMDK Partition"