Tweak code to make it clear that MBR_init() uses just the boot code and
authorkrw <krw@openbsd.org>
Fri, 29 Oct 2021 18:38:19 +0000 (18:38 +0000)
committerkrw <krw@openbsd.org>
Fri, 29 Oct 2021 18:38:19 +0000 (18:38 +0000)
commitd349feeb275cd507ae1e5fbb17cf785f7bf4f5f3
treefcaffd5ba67276ebc94b2339b1525caee754da45
parent1a81f268220dbf2df744402f18f6d7e5ee1756ca
Tweak code to make it clear that MBR_init() uses just the boot code and
partition 0 information from the default MBR.

loongson and macppc provide partition 0 information but no boot code.

amd64, i386, landisk provide boot code but no partition 0 information.

Other arch's get by w/o a default MBR (a.k.a. /usr/mdec/mbr).

No functional change.
sbin/fdisk/mbr.c