Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/build.sh,v rcsdiff: /ftp/cvs/cvsroot/src/build.sh,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.252 retrieving revision 1.253 diff -u -p -r1.252 -r1.253 --- src/build.sh 2011/12/05 23:04:39 1.252 +++ src/build.sh 2012/01/22 03:53:32 1.253 @@ -1,5 +1,5 @@ #! /usr/bin/env sh -# $NetBSD: build.sh,v 1.252 2011/12/05 23:04:39 jym Exp $ +# $NetBSD: build.sh,v 1.253 2012/01/22 03:53:32 tsutsui Exp $ # # Copyright (c) 2001-2011 The NetBSD Foundation, Inc. # All rights reserved. @@ -864,6 +864,10 @@ Usage: ${progname} [-EhnorUuxy] [-a arch RELEASEDIR/RELEASEMACHINEDIR/binary/syspkgs. iso-image Create CD-ROM image in RELEASEDIR/iso. iso-image-source Create CD-ROM image with source in RELEASEDIR/iso. + live-image Create bootable live image in + RELEASEDIR/RELEASEMACHINEDIR/installation/liveimage. + install-image Create bootable installation image in + RELEASEDIR/RELEASEMACHINEDIR/installation/installimage. params Display various make(1) parameters. Options: @@ -1135,6 +1139,14 @@ parseoptions() op=iso_image_source # used as part of a variable name ;; + live-image) + op=live_image # used as part of a variable name + ;; + + install-image) + op=install_image # used as part of a variable name + ;; + kernel=*|releasekernel=*) arg=${op#*=} op=${op%%=*} @@ -1632,7 +1644,7 @@ createmakewrapper() eval cat <