CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/10/13 07:18:57
Modified files: sbin/fdisk : fdisk.c Log message: Nuke builtin_mbr. Those architectures needing either MBR boot code (amd64, i386, landisk) or special boot partitions (macppc, loongson) have long used /usr/mdec/mbr to provide that information. Other architectures should not blindly write i386/amd64 boot code into the MBR. Fail quickly if the desired default MBR file is missing. Prompted by deraadt@, tweak from kettenis@.