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.
This commit is contained in:
Marcel Moolenaar 2002-11-10 20:49:28 +00:00
parent 255bef40ce
commit c9a3bb24d6

View File

@ -60,6 +60,7 @@ typedef enum {
mbr,
gpt,
efi,
fat,
freebsd,
extended,