Subject: CVS commit: src/distrib/common
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/06/2007 21:38:29
Module Name:	src
Committed By:	bouyer
Date:		Tue Mar  6 21:38:29 UTC 2007

Modified Files:
	src/distrib/common: Makefile.bootcd

Log Message:
Improve the use of makefs to build boot CDs, and make it truely MI:
- allow to specify the "instkernel" directory, and allow to put multiple
  kernels on the image
- allow to specify the directory where the image will be created
- only use bootxx_cd9660 if it exists
- search for second-stage boot as usr/mdec/boot.${MACHINE} in addition to
  usr/mdec/boot
- make 'installboot -e' optional
- use target 'release' or 'iso_image' depending on ${CDRELEASE}
- call some MD targets, which will eventually complete the file list or
  make the image bootable


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/distrib/common/Makefile.bootcd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.