Subject: Re: ISO-Image nitpicks
To: Martin Husemann <martin@duskware.de>
From: Luke Mewburn <lukem@NetBSD.org>
List: tech-install
Date: 03/08/2005 13:09:27
--TB36FDmn/VVEgNH/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Thu, Mar 03, 2005 at 08:48:56AM +0100, Martin Husemann wrote:
| Ok, like this?
Looks fine.
| Index: Makefile
| =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
| RCS file: /cvsroot/src/etc/Makefile,v
| retrieving revision 1.304
| diff -u -r1.304 Makefile
| --- Makefile 23 Feb 2005 02:10:33 -0000 1.304
| +++ Makefile 3 Mar 2005 07:41:26 -0000
| @@ -57,12 +57,15 @@
| MKISOFS?=3D mkisofs
| DISTRIBREV!=3D ${HOST_SH} ${KERNSRCDIR}/conf/osrelease.sh -s
| # ISO 9660 volume ID. Note that this can only contain [A-Z0-9_].
| -ISO_VOLID!=3D echo NETBSD_${MACHINE}_${DISTRIBREV} | tr a-z A-Z
| -MKISOFS_FLAGS+=3D -J -l \
| - -r -T -v \
| +ISO_VOLID!=3D echo NETBSD_${DISTRIBREV} | tr a-z A-Z
| +MKISOFS_FLAGS+=3D -J -l -hide-joliet-trans-tbl -r -T \
| -V ${ISO_VOLID} \
| -P "The NetBSD Project" \
| -m "${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom"
| +.if ${MKISOFS_FLAGS:N-v}
| +MKISOFS_FLAGS+=3D -quiet
| +.endif
| +=20
| =20
| # MD Makefile.inc may append MD targets to BIN[123]. Make sure all
| # are empty, to preserve the old semantics of setting them below with =
"=3D".
--TB36FDmn/VVEgNH/
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (NetBSD)
iD8DBQFCLQlXpBhtmn8zJHIRAiRDAKCCrgwp/Q+KfTusYw0nGiZuG+t/CgCdEGKv
UTwtgJwBNqle9QvP+iaUqqg=
=P/mL
-----END PGP SIGNATURE-----
--TB36FDmn/VVEgNH/--