From c9a3bb24d6ce6bd0ce6cac6d973cb15dc5de6d3d Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Sun, 10 Nov 2002 20:49:28 +0000 Subject: [PATCH] Add an efi chunk type. We need to be able to create an EFI partition on ia64, because that's where we need to put the loader and the kernel. --- lib/libdisk/libdisk.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h index 2a4cd1a30439..5e7cd6c6dcdd 100644 --- a/lib/libdisk/libdisk.h +++ b/lib/libdisk/libdisk.h @@ -60,6 +60,7 @@ typedef enum { mbr, gpt, + efi, fat, freebsd, extended,