mirror of
https://github.com/openbsd/src.git
synced 2025-01-09 22:38:01 -08:00
4675fc66a8
but additionally have a bootblock in the first 8K (since UFS does not use that space). There are some UEFI direct-from-internet bootloaders that require the name *.img. So this makes things more convenient for those, while keeping it consistant in all architectures. ok kettenis beck kn
14 lines
394 B
Makefile
14 lines
394 B
Makefile
# $OpenBSD: Makefile.inc,v 1.29 2020/05/17 17:04:28 deraadt Exp $
|
|
|
|
KERNELS += GENERIC.MP bsd.mp
|
|
|
|
bootblocks:
|
|
cp -p ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}
|
|
cp -p ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}
|
|
cp -p ${DESTDIR}/usr/mdec/netboot ${RELEASEDIR}
|
|
cp -p ${DESTDIR}/usr/mdec/netboot.mop ${RELEASEDIR}
|
|
|
|
MDEXT= bsd.rd cd${OSrev}.iso \
|
|
miniroot${OSrev}.img \
|
|
boot bootxx netboot netboot.mop
|