No need to check for DTYPE_FLOPPY. If there is neither a GPT nor
authorkrw <krw@openbsd.org>
Sun, 11 Jun 2023 14:00:04 +0000 (14:00 +0000)
committerkrw <krw@openbsd.org>
Sun, 11 Jun 2023 14:00:04 +0000 (14:00 +0000)
commit1a05cb57ed14273ec2b6e28de88e4e094463184e
tree3e13af0b316435c401e5a2a6f8b26e3e5f51d210
parent70842b5acaff666c8cfe4e0a37523e0a4122681a
No need to check for DTYPE_FLOPPY. If there is neither a GPT nor
an MBR then install biosboot in sector 0.

Without the check for DTYPE_FLOPPY there is no need for
FSDISKTYPE=floppy3 and therefore flip the last two Makefiles to
the "echo '/ *' | disklabel -wAT-" idiom.

Feedback/fix from kn@
distrib/amd64/ramdiskA/Makefile
distrib/i386/ramdisk/Makefile
usr.sbin/installboot/i386_installboot.c