summaryrefslogtreecommitdiff
path: root/parttypes.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2009-09-21 20:51:47 -0400
committersrs5694 <srs5694@users.sourceforge.net>2009-09-21 20:51:47 -0400
commit978041ca613dcb881763b36cf53639d924e52a56 (patch)
treebcb9e01e2c62812085a7195b0e8cc4bc20cc4c2d /parttypes.cc
parente35eb1beb6381977ff0dd8443d91f4569779cf2d (diff)
downloadsgdisk-978041ca613dcb881763b36cf53639d924e52a56.tar.gz
GPT fdisk 0.5.0
Added several features, including a restructuring of the menu system, GPT-to-MBR conversion, and the ability to re-read the MBR to generate a fresh GPT from the current on-disk MBR.
Diffstat (limited to 'parttypes.cc')
-rw-r--r--parttypes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/parttypes.cc b/parttypes.cc
index 5cdac0b..20289c6 100644
--- a/parttypes.cc
+++ b/parttypes.cc
@@ -179,7 +179,7 @@ PartTypes::PartTypes(void) {
"EFI System"); // EFI System (parted marks Linux boot
// partitions like this)
AddType(0xEF01, UINT64_C(0x11d333e7024dee41), UINT64_C(0x9FF381C70800699d),
- "MBR partition scheme"); // Whatever that is (from Wikipedia)
+ "MBR partition scheme"); // Used to nest an MBR table on a GPT disk
AddType(0xEF02, UINT64_C(0x6E6F644921686148), UINT64_C(0x4946456465654E74),
"BIOS boot partition"); //