Module Name: src
Committed By: martin
Date: Fri Jul 12 18:23:06 UTC 2019
Modified Files:
src/usr.sbin/sysinst: mbr.c
Log Message:
Add (U)EFI system partition type
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/sysinst/mbr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/sysinst/mbr.c
diff -u src/usr.sbin/sysinst/mbr.c:1.15 src/usr.sbin/sysinst/mbr.c:1.16
--- src/usr.sbin/sysinst/mbr.c:1.15 Thu Jun 20 00:43:55 2019
+++ src/usr.sbin/sysinst/mbr.c Fri Jul 12 18:23:06 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: mbr.c,v 1.15 2019/06/20 00:43:55 christos Exp $ */
+/* $NetBSD: mbr.c,v 1.16 2019/07/12 18:23:06 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -113,6 +113,7 @@ const struct {
{ .ptype=MBR_PTYPE_FAT16B, .desc="DOS FAT16, >32M" },
{ .ptype=MBR_PTYPE_FAT16L, .desc="Windows FAT16, LBA" },
{ .ptype=MBR_PTYPE_FAT32, .desc="Windows FAT32" },
+ { .ptype=MBR_PTYPE_EFI, .desc="(U)EFI Boot" },
};
/* bookeeping of available partition types (including custom ones) */