summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2002-11-10 20:49:28 +0000
committermarcel <marcel@FreeBSD.org>2002-11-10 20:49:28 +0000
commitb5cdcf6ad17d97a2b6dd9c1e1518e66c6925cffd (patch)
tree38fd2b1555409f48a53c226c0836dd5db676cbd5
parent474626e5e14389fe2ce018c2ee0288923d1f425e (diff)
downloadFreeBSD-src-b5cdcf6ad17d97a2b6dd9c1e1518e66c6925cffd.zip
FreeBSD-src-b5cdcf6ad17d97a2b6dd9c1e1518e66c6925cffd.tar.gz
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.
-rw-r--r--lib/libdisk/libdisk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libdisk/libdisk.h b/lib/libdisk/libdisk.h
index 2a4cd1a..5e7cd6c 100644
--- a/lib/libdisk/libdisk.h
+++ b/lib/libdisk/libdisk.h
@@ -60,6 +60,7 @@ typedef enum {
mbr,
gpt,
+ efi,
fat,
freebsd,
extended,
OpenPOWER on IntegriCloud