History log of /netbsd/distrib/cdrom/3.0.2.conf (Results 1 – 4 of 4)
Revision Date Author Comments
# ef312712 11-Jan-2008 tsutsui <tsutsui@NetBSD.org>

Make it possible to specify multiple targets in TARGET_CD_IMAGE.


# 03d4f68c 07-Mar-2007 bouyer <bouyer@NetBSD.org>

Remove sgimips from multi-cd sets where EXTFILES.sgimips is defined.
A bootable sgimips has a volume header prepended, and so is useless for
anything but sgimips. The issue was not found before becau

Remove sgimips from multi-cd sets where EXTFILES.sgimips is defined.
A bootable sgimips has a volume header prepended, and so is useless for
anything but sgimips. The issue was not found before because the
logic to make an ISO bootable on sgimips was broken, and has been fixed by
tsutsui@ on 2007/03/04.

show more ...


# 327f43d1 04-Mar-2007 tsutsui <tsutsui@NetBSD.org>

Add a new TARGET_CD_IMAGE variable which specifies single target ISO image,
to make debugging Makefile easier.

For example:
# make RELEASE=3.1 obj
# make RELEASE=3.1 TARGET_CD_IMAGE=sgimipscd fetch

Add a new TARGET_CD_IMAGE variable which specifies single target ISO image,
to make debugging Makefile easier.

For example:
# make RELEASE=3.1 obj
# make RELEASE=3.1 TARGET_CD_IMAGE=sgimipscd fetch
# make RELEASE=3.1 TARGET_CD_IMAGE=sgimipscd

or:
# make RELEASE=current obj
# make RELEASE=current RSYNC_SITE=rsync://rsync.NetBSD.org/NetBSD-daily/HEAD/200702280002Z TARGET_CD_IMAGE=macppccd fetch
# make RELEASE=current TARGET_CD_IMAGE=macppccd

etc.

show more ...


# b936f842 02-Nov-2006 ghen <ghen@NetBSD.org>

Add configuration files for the 3.0.2 release ISO's.