From 65f03741afb2f3d10c4536462002ac4e16d06ed7 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 10 Feb 2012 22:55:45 +0100 Subject: [PATCH] Add GPT module to the boot modules This is necessary so a disk with a protective MBR is not incorrectly recognized when the kernel first scans it. --- build/jam/HaikuImage | 1 + 1 file changed, 1 insertion(+) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index d0f8c09353..3c8db6b65c 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -581,6 +581,7 @@ AddBootModuleSymlinksToHaikuImage $(X86_ONLY)ide_isa uhci ohci ehci scsi_cd scsi_disk usb_disk + efi_gpt intel bfs ;