head	1.2;
access;
symbols
	netbsd-11-0-RC4:1.2
	netbsd-11-0-RC3:1.2
	netbsd-11-0-RC2:1.2
	netbsd-11-0-RC1:1.2
	perseant-exfatfs-base-20250801:1.2
	netbsd-11:1.2.0.4
	netbsd-11-base:1.2
	perseant-exfatfs-base-20240630:1.2
	perseant-exfatfs:1.2.0.2
	perseant-exfatfs-base:1.2;
locks; strict;
comment	@# @;


1.2
date	2024.04.26.17.36.32;	author nia;	state Exp;
branches;
next	1.1;
commitid	p43MjxN5iZVf8G7F;

1.1
date	2024.04.24.11.29.34;	author nia;	state Exp;
branches;
next	;
commitid	JWJrQZreUbLebo7F;


desc
@@


1.2
log
@Remove modules set from the i386 install cd

It is not particularly useful to be able to load modules while
installing on i386, probably the most useful one is dtrace,
and this takes up about 20mb on a port that is already exceeding
CD limits. Most stuff you'd want to use while installing is already
in GENERIC.

The modules set is still available compressed for installing into
a target system, meaning modules are available after installation.

While here, add man set to the installation DVD, it's helpful to be able
to read e.g. the man page for fdisk when rescuing a system.
@
text
@#	$NetBSD: Makefile,v 1.1 2024/04/24 11:29:34 nia Exp $
#

# Install CD, to be made after 'build.sh release'
# Requires populated $RELEASEDIR/${MACHINE}

.include <bsd.own.mk>
.include "${.CURDIR}/../Makefile.cdrom"

CDBASE=		amd64dvd		# gives ${CDBASE}.iso
CDRELEASE=	true			# include $RELEASEDIR/$RELEASEMACHINEDIR
CDBUILDEXTRA=	boot.cfg		# Add boot.cfg file
CLEANFILES+=	boot.cfg

.if ${MKMAN} != "no"
CD_SETS+=	man
.endif

prepare_md_post:
	${TOOL_SED} "s/@@@@VERSION@@@@/${DISTRIBVER}/" \
		< ${.CURDIR}/boot.cfg.in > boot.cfg

.include "${.CURDIR}/../../../common/Makefile.bootcd"
@


1.1
log
@Add "DVD" ISOs for x86 that don't have to follow CD size limitations.

These include all available sets.
@
text
@d1 1
a1 1
#	$NetBSD: Makefile,v 1.7 2024/04/23 12:25:57 nia Exp $
d15 4
@

