c2b3070712
images, but also on the bootable disk images of other ports, so that they can be booted from differently named devices. Merge the i386 and amd64 -live-sd0root and -live-wd0root images into a single live image per port, bootable both from usb media and in qemu. Drop the -xx0root suffixes from image names as they are no longer meaningful.
13 lines
282 B
Makefile
13 lines
282 B
Makefile
# $NetBSD: Makefile.liveimage,v 1.2 2018/12/15 18:03:17 gson Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
KERN_SET= kern-GENERIC
|
|
PRIMARY_BOOT= bootxx_ffsv1
|
|
SECONDARY_BOOT= boot
|
|
SECONDARY_BOOT_ARG= # unnecessary
|
|
|
|
USE_MBR= yes
|
|
|
|
.include "${.CURDIR}/../../../common/bootimage/Makefile.liveimage"
|