summaryrefslogtreecommitdiff
path: root/parttypes.cc
diff options
context:
space:
mode:
authorsrs5694 <srs5694@users.sourceforge.net>2013-02-14 20:47:14 -0500
committersrs5694 <srs5694@users.sourceforge.net>2013-02-14 20:47:14 -0500
commitf5dfbfa418675ca862408e4fb2240b21dd07d558 (patch)
tree8c2f35341fb4723f664d385f158fd4d80961cf70 /parttypes.cc
parentdf231c1bdaf322c13c060d6acfbf2f7ed1c98d2c (diff)
downloadsgdisk-f5dfbfa418675ca862408e4fb2240b21dd07d558.tar.gz
Change to alignment code in sgdisk.
Diffstat (limited to 'parttypes.cc')
-rw-r--r--parttypes.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/parttypes.cc b/parttypes.cc
index f75f5d8..b490764 100644
--- a/parttypes.cc
+++ b/parttypes.cc
@@ -182,6 +182,7 @@ void PartType::AddAllTypes(void) {
AddType(0xef00, "C12A7328-F81F-11D2-BA4B-00A0C93EC93B", "EFI System"); // Parted identifies these as having the "boot flag" set
AddType(0xef01, "024DEE41-33E7-11D3-9D69-0008C781F39F", "MBR partition scheme"); // Used to nest MBR in GPT
AddType(0xef02, "21686148-6449-6E6F-744E-656564454649", "BIOS boot partition"); // Used by GRUB
+ AddType(0xef03, "D3BFE2DE-3DAF-11DF-BA40-E3A556D89593", "Intel Fast Flash"); // Used by Intel Rapid Start technology
// VMWare ESX partition types codes
AddType(0xfb00, "AA31E02A-400F-11DB-9590-000C2911D1B8", "VMWare VMFS");