Subject: CVS commit: src/distrib
To: None <source-changes@NetBSD.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 10/29/2006 17:58:16
Module Name:	src
Committed By:	hubertf
Date:		Sun Oct 29 17:58:16 UTC 2006

Modified Files:
	src/distrib/amd64/cdroms: Makefile
	src/distrib/i386/cdroms: Makefile
Added Files:
	src/distrib/amd64/cdroms/installcd: Makefile
	src/distrib/i386/cdroms/installcd: Makefile

Log Message:
Add example on how to make an install CD - it's the same
as the bootcd* CDs just with the install sets added to
the CD as well.

XXX 1) The implementation of this is rather cludgy (copying sets around),
       as our makefs(8) can't put files from multiple directories into
       one image -- something that mkisofs can do with 'graft' points
XXX 2) This should be run after 'build.sh release' - It would be nice
       if we had a seperate stage to add such hooks in our build framework


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/distrib/amd64/cdroms/Makefile
cvs rdiff -r0 -r1.1 src/distrib/amd64/cdroms/installcd/Makefile
cvs rdiff -r1.1 -r1.2 src/distrib/i386/cdroms/Makefile
cvs rdiff -r0 -r1.1 src/distrib/i386/cdroms/installcd/Makefile

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