[haiku-commits] haiku: hrev44409 - src/add-ons/kernel/partitioning_systems/efi

  • From: kallisti5@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 26 Jul 2012 04:10:52 +0200 (CEST)

hrev44409 adds 1 changeset to branch 'master'
old head: f441fd03b6a6b31341c3f1d58d30395d220bcf50
new head: 48e4132e2877df4c5309639174e3e78378bffe4e

----------------------------------------------------------------------------

48e4132: efi: Correct Haiku UUID in hrev44405
  
  * I was working off of an old mailing list post
  * This is the *final* Haiku BFS1 UUID

                          [ Alexander von Gluck IV <kallisti5@xxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44409
Commit:      48e4132e2877df4c5309639174e3e78378bffe4e
URL:         http://cgit.haiku-os.org/haiku/commit/?id=48e4132
Author:      Alexander von Gluck IV <kallisti5@xxxxxxxxxxx>
Date:        Thu Jul 26 02:08:53 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
.../kernel/partitioning_systems/efi/efi_gpt.cpp    |    2 +-

----------------------------------------------------------------------------

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 e268c23..6ab4665 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"},


Other related posts: