CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/10/04 19:39:08
Modified files: distrib/special/fdisk: Makefile sbin/fdisk : fdisk.c mbr.c mbr.h Added files: sbin/fdisk : gpt.c gpt.h Log message: Enhance '-g' to create a default GPT label in addition to the protective MBR. If '-b' is specified an EFI System partition of the requested size is created. All remaining space is put into an OpenBSD partition. Minimal enhancement necessary for upcoming UEFI install support. Committed first to flush out any unexpected impacts on 'normal' MBR operation and install media. ok deraadt@