summaryrefslogtreecommitdiffstats
path: root/fdisk/i386_sys_types.c
diff options
context:
space:
mode:
authorRobert Millan2008-02-15 00:13:26 +0100
committerKarel Zak2008-02-18 12:26:05 +0100
commit5badb3fd484ddbb8404978e4b35e526b4b25c291 (patch)
tree0638aa370c63fc8f8dbb102555e258647145a265 /fdisk/i386_sys_types.c
parentmount: use canonicalize in getfs_by_devname (diff)
downloadkernel-qcow2-util-linux-5badb3fd484ddbb8404978e4b35e526b4b25c291.tar.gz
kernel-qcow2-util-linux-5badb3fd484ddbb8404978e4b35e526b4b25c291.tar.xz
kernel-qcow2-util-linux-5badb3fd484ddbb8404978e4b35e526b4b25c291.zip
fdisk: use more readable "GPT" name rather than "EFI GPT"
Although GPT is defined in EFI spec, it is widely used without EFI, as it reserves space for the MBR and works fine on PC/BIOS systems provided the bootloader supports it. This is in fact the way everyone seems to be following to overcome the 2 TiB limitation with MSDOS partition table. Signed-off-by: Robert Millan <rmh@aybabtu.com>
Diffstat (limited to 'fdisk/i386_sys_types.c')
-rw-r--r--fdisk/i386_sys_types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdisk/i386_sys_types.c b/fdisk/i386_sys_types.c
index e08a9b2a5..41b14094e 100644
--- a/fdisk/i386_sys_types.c
+++ b/fdisk/i386_sys_types.c
@@ -91,7 +91,7 @@ struct systypes i386_sys_types[] = {
{0xe4, N_("SpeedStor")}, /* SpeedStor 16-bit FAT extended
partition < 1024 cyl. */
{0xeb, N_("BeOS fs")},
- {0xee, N_("EFI GPT")}, /* Intel EFI GUID Partition Table */
+ {0xee, N_("GPT")}, /* Intel EFI GUID Partition Table */
{0xef, N_("EFI (FAT-12/16/32)")},/* Intel EFI System Partition */
{0xf0, N_("Linux/PA-RISC boot")},/* Linux/PA-RISC boot loader */
{0xf1, N_("SpeedStor")},