aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2012-07-25 21:08:53 -0500
committerAlexander von Gluck IV <kallisti5@unixzen.com>2012-07-25 21:08:53 -0500
commit48e4132e2877df4c5309639174e3e78378bffe4e (patch)
tree147543d5d8d8adb6921d2621d80133aa6a7bc7e8
parentf441fd03b6a6b31341c3f1d58d30395d220bcf50 (diff)
efi: Correct Haiku UUID in hrev44405hrev44409
* I was working off of an old mailing list post * This is the *final* Haiku BFS1 UUID
-rw-r--r--src/add-ons/kernel/partitioning_systems/efi/efi_gpt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/add-ons/kernel/partitioning_systems/efi/efi_gpt.cpp b/src/add-ons/kernel/partitioning_systems/efi/efi_gpt.cpp
index e268c23da6..6ab4665971 100644
--- a/src/add-ons/kernel/partitioning_systems/efi/efi_gpt.cpp
+++ b/src/add-ons/kernel/partitioning_systems/efi/efi_gpt.cpp
@@ -52,7 +52,7 @@ const static struct type_map {
{{0xC12A7328, 0xF81F, 0x11D2, 0xBA4B00A0C93EC93BLL}, "EFI System Data"},
{{0x21686148, 0x6449, 0x6E6F, 0x744E656564454649LL}, "BIOS Boot Data"},
{{0x024DEE41, 0x33E7, 0x11D3, 0x9D690008C781F39FLL}, "MBR Partition Nest"},
- {{0x42465331, 0xbb23, 0x1601, 0x802A4861696B7521LL}, "Haiku BFS"},
+ {{0x42465331, 0x3BA3, 0x10F1, 0x802A4861696B7521LL}, "Haiku BFS"},
{{0x0FC63DAF, 0x8483, 0x4772, 0x8E793D69D8477DE4LL}, "Linux File System"},
{{0xA19D880F, 0x05FC, 0x4D3B, 0xA006743F0F84911ELL}, "Linux RAID"},
{{0x0657FD6D, 0xA4AB, 0x43C4, 0x84E50933C84B4F4FLL}, "Linux Swap"},