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

Modified Files:
	src/distrib/amd64: Makefile
	src/distrib/amd64/cdroms: Makefile
	src/distrib/amd64/cdroms/bootcd: Makefile
	src/distrib/amd64/cdroms/bootcd-com: Makefile
	src/distrib/amd64/cdroms/installcd: Makefile
	src/distrib/amd64/floppies: Makefile
	src/distrib/amd64/floppies/bootfloppy: Makefile
	src/distrib/amd64/floppies/bootfloppy-com: Makefile
	src/distrib/i386: Makefile
	src/distrib/i386/cdroms: Makefile
	src/distrib/i386/cdroms/bootcd: Makefile
	src/distrib/i386/cdroms/bootcd-com: Makefile
	src/distrib/i386/cdroms/installcd: Makefile
Added Files:
	src/distrib/amd64/cdroms: Makefile.cdrom
	src/distrib/i386/cdroms: Makefile.cdrom
Removed Files:
	src/distrib/i386/cdroms/bootcd-laptop: Makefile

Log Message:
Use the new common/Makefile.bootcd to make i386 and amd64 bootable ISO
images. amd64 gets a single kernel; i386 images gets 3 kernels:
- netbsd, copy from netbsd-INSTALL_LARGE.gz, loaded by default
- nbsd-l, copy from netbsd-INSTALL_LAPTOP.gz
- nbsd-i, copy from netbsd-INSTALL.gz for those who want the traditionnal
  non-ACPI kernel
- drop the bootcd-laptop image
both gets an installcd image, which is the same as bootcd but with the
binary sets in addition to kernels.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/distrib/amd64/Makefile
cvs rdiff -r1.2 -r1.3 src/distrib/amd64/cdroms/Makefile
cvs rdiff -r0 -r1.1 src/distrib/amd64/cdroms/Makefile.cdrom
cvs rdiff -r1.1 -r1.2 src/distrib/amd64/cdroms/bootcd/Makefile
cvs rdiff -r1.1 -r1.2 src/distrib/amd64/cdroms/bootcd-com/Makefile
cvs rdiff -r1.1 -r1.2 src/distrib/amd64/cdroms/installcd/Makefile
cvs rdiff -r1.2 -r1.3 src/distrib/amd64/floppies/Makefile
cvs rdiff -r1.3 -r1.4 src/distrib/amd64/floppies/bootfloppy/Makefile
cvs rdiff -r1.4 -r1.5 src/distrib/amd64/floppies/bootfloppy-com/Makefile
cvs rdiff -r1.4 -r1.5 src/distrib/i386/Makefile
cvs rdiff -r1.3 -r1.4 src/distrib/i386/cdroms/Makefile
cvs rdiff -r0 -r1.1 src/distrib/i386/cdroms/Makefile.cdrom
cvs rdiff -r1.1 -r1.2 src/distrib/i386/cdroms/bootcd/Makefile
cvs rdiff -r1.1 -r1.2 src/distrib/i386/cdroms/bootcd-com/Makefile
cvs rdiff -r1.1 -r0 src/distrib/i386/cdroms/bootcd-laptop/Makefile
cvs rdiff -r1.1 -r1.2 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.