Start the default OpenBSD partition either immediately following
authorkrw <krw@openbsd.org>
Sat, 11 Dec 2021 20:09:28 +0000 (20:09 +0000)
committerkrw <krw@openbsd.org>
Sat, 11 Dec 2021 20:09:28 +0000 (20:09 +0000)
commit3220ebed14aaea7b477b113f72b9978d855c8d59
tree4149af654ef0a7e57c301fa6f660b813f274291f
parent063d297690d04917b56d0fed9c82b92f6aa36c10
Start the default OpenBSD partition either immediately following
any boot partition specified via '-b' or /usr/mdec/mbr; at the
power of 2 block after the first track; or immediately following
the MBR if there is only one track.

Mark any non-EFISYS boot partition created by -b as DOSACTIVE.
Suggested by kettenis@, better than a separate new option.

Brings -b behaviour into line with many uses of -e to create boot
partitions, allowing for the eventual elimination of said -e uses
in the creation of the various boot media and in the install
scripts.
sbin/fdisk/fdisk.c
sbin/fdisk/mbr.c