Subject: CVS commit: src/sys/arch/prep/stand/mkbootimage
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 03/23/2006 17:32:57
Module Name:	src
Committed By:	garbled
Date:		Thu Mar 23 17:32:56 UTC 2006

Modified Files:
	src/sys/arch/prep/stand/mkbootimage: mkbootimage.c

Log Message:
Significantly rewrite the bootimage maker:
It now handles three different cases:
1) if you have an old disk.. it reads the partition table, and writes the new
image with that.
2) if you are doing a new install, you can build an image w/o the table that
can be dd'd to any PReP boot partition.
3) it works the old way for making netboot or floppy images

Additionally, it now includes libz, and automatically compresses the
kernel image, rather than requiring an external step.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/prep/stand/mkbootimage/mkbootimage.c

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