Module Name: src
Committed By: jmcneill
Date: Sun Jan 15 22:34:34 UTC 2012
Modified Files:
src/distrib/alpha/cdroms/installcd: Makefile
src/distrib/emips/cdroms/installcd: Makefile
src/distrib/pmax/cdroms/installcd: Makefile
src/distrib/prep/cdroms/installcd: Makefile
src/distrib/sgimips/cdroms/installcd: Makefile
src/distrib/sparc/cdroms/installcd: Makefile
src/distrib/sparc64/cdroms/installcd: Makefile
src/distrib/sun3/cdroms/installcd: Makefile
src/distrib/vax/cdroms/installcd: Makefile
Log Message:
use ${CDIMAGE} instead of ${CDBASE}.iso
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/distrib/alpha/cdroms/installcd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/distrib/emips/cdroms/installcd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/distrib/pmax/cdroms/installcd/Makefile
cvs rdiff -u -r1.2 -r1.3 src/distrib/prep/cdroms/installcd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/distrib/sgimips/cdroms/installcd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/distrib/sparc/cdroms/installcd/Makefile
cvs rdiff -u -r1.13 -r1.14 src/distrib/sparc64/cdroms/installcd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/distrib/sun3/cdroms/installcd/Makefile
cvs rdiff -u -r1.1 -r1.2 src/distrib/vax/cdroms/installcd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/alpha/cdroms/installcd/Makefile
diff -u src/distrib/alpha/cdroms/installcd/Makefile:1.1 src/distrib/alpha/cdroms/installcd/Makefile:1.2
--- src/distrib/alpha/cdroms/installcd/Makefile:1.1 Tue Mar 6 21:56:49 2007
+++ src/distrib/alpha/cdroms/installcd/Makefile Sun Jan 15 22:34:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/03/06 21:56:49 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:33 jmcneill Exp $
CDBASE= alphacd # gives ${CDBASE}.iso
CDINSTKERNEL= ../../instkernel/instkernel
CDKERNELS= netbsd netbsd
@@ -6,7 +6,7 @@ CDRELEASE= true # include $RELEASEDIR/
#make the CD bootable
image_md_post:
- ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDBASE}.iso bootxx.${MACHINE}
+ ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Index: src/distrib/emips/cdroms/installcd/Makefile
diff -u src/distrib/emips/cdroms/installcd/Makefile:1.1 src/distrib/emips/cdroms/installcd/Makefile:1.2
--- src/distrib/emips/cdroms/installcd/Makefile:1.1 Wed Jan 26 01:18:44 2011
+++ src/distrib/emips/cdroms/installcd/Makefile Sun Jan 15 22:34:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/01/26 01:18:44 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:33 jmcneill Exp $
CDBASE= emipscd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= netbsd-INSTALL.gz netbsd
@@ -6,6 +6,6 @@ CDINSTKERNEL= ../../instkernel
#make the CD bootable
image_md_post:
- ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDBASE}.iso bootxx.${MACHINE}
+ ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Index: src/distrib/pmax/cdroms/installcd/Makefile
diff -u src/distrib/pmax/cdroms/installcd/Makefile:1.1 src/distrib/pmax/cdroms/installcd/Makefile:1.2
--- src/distrib/pmax/cdroms/installcd/Makefile:1.1 Tue Mar 6 21:57:16 2007
+++ src/distrib/pmax/cdroms/installcd/Makefile Sun Jan 15 22:34:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:16 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:33 jmcneill Exp $
CDBASE= pmaxcd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= netbsd-INSTALL.gz netbsd
@@ -6,6 +6,6 @@ CDINSTKERNEL= ../../instkernel
#make the CD bootable
image_md_post:
- ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDBASE}.iso bootxx.${MACHINE}
+ ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Index: src/distrib/prep/cdroms/installcd/Makefile
diff -u src/distrib/prep/cdroms/installcd/Makefile:1.2 src/distrib/prep/cdroms/installcd/Makefile:1.3
--- src/distrib/prep/cdroms/installcd/Makefile:1.2 Wed Apr 30 08:08:32 2008
+++ src/distrib/prep/cdroms/installcd/Makefile Sun Jan 15 22:34:33 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/04/30 08:08:32 garbled Exp $
+# $NetBSD: Makefile,v 1.3 2012/01/15 22:34:33 jmcneill Exp $
CDBASE= prepcd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDMAKEFSOPTIONS=bootimage=powerpc;cdrom/prep/installation/floppy/sysinst_com0.fs
@@ -8,7 +8,7 @@ CDMAKEFSOPTIONS=bootimage=powerpc;cdrom/
# it.
image_md_post:
- ${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -i ${CDBASE}.iso
- ${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -u ${CDBASE}.iso
+ ${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -i ${CDIMAGE}
+ ${TOOL_FDISK} -F -f -b 1/255/16065 -0 -s 65/80/2799 -u ${CDIMAGE}
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Index: src/distrib/sgimips/cdroms/installcd/Makefile
diff -u src/distrib/sgimips/cdroms/installcd/Makefile:1.1 src/distrib/sgimips/cdroms/installcd/Makefile:1.2
--- src/distrib/sgimips/cdroms/installcd/Makefile:1.1 Tue Mar 6 21:57:22 2007
+++ src/distrib/sgimips/cdroms/installcd/Makefile Sun Jan 15 22:34:34 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:22 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill Exp $
CDBASE= sgimipscd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= netbsd-INSTALL32_IP2x.gz ip2x
@@ -9,14 +9,14 @@ SGIVOLHDR.size= 4096
image_md_post:
@echo "Prepending SGI volume header:"
- mv ${CDBASE}.iso ${CDBASE}.iso.tmp
- dd if=/dev/zero of=${CDBASE}.iso bs=512 count=${SGIVOLHDR.size}
- dd if=${CDBASE}.iso.tmp of=${CDBASE}.iso bs=512 seek=${SGIVOLHDR.size}
- ${TOOLDIR}/bin/nbsgivol -f -i -h ${SGIVOLHDR.size} ${CDBASE}.iso
- ${TOOLDIR}/bin/nbsgivol -f -w aoutboot ${DESTDIR}/usr/mdec/aoutboot ${CDBASE}.iso
- ${TOOLDIR}/bin/nbsgivol -f -w ip2xboot ${DESTDIR}/usr/mdec/ip2xboot ${CDBASE}.iso
- ${TOOLDIR}/bin/nbsgivol -f -w ip3xboot ${DESTDIR}/usr/mdec/ip3xboot ${CDBASE}.iso
- ${RM} -f ${CDBASE}.iso.tmp
+ mv ${CDIMAGE} ${CDIMAGE}.tmp
+ dd if=/dev/zero of=${CDIMAGE} bs=512 count=${SGIVOLHDR.size}
+ dd if=${CDIMAGE}.tmp of=${CDIMAGE} bs=512 seek=${SGIVOLHDR.size}
+ ${TOOLDIR}/bin/nbsgivol -f -i -h ${SGIVOLHDR.size} ${CDIMAGE}
+ ${TOOLDIR}/bin/nbsgivol -f -w aoutboot ${DESTDIR}/usr/mdec/aoutboot ${CDIMAGE}
+ ${TOOLDIR}/bin/nbsgivol -f -w ip2xboot ${DESTDIR}/usr/mdec/ip2xboot ${CDIMAGE}
+ ${TOOLDIR}/bin/nbsgivol -f -w ip3xboot ${DESTDIR}/usr/mdec/ip3xboot ${CDIMAGE}
+ ${RM} -f ${CDIMAGE}.tmp
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Index: src/distrib/sparc/cdroms/installcd/Makefile
diff -u src/distrib/sparc/cdroms/installcd/Makefile:1.1 src/distrib/sparc/cdroms/installcd/Makefile:1.2
--- src/distrib/sparc/cdroms/installcd/Makefile:1.1 Tue Mar 6 21:57:23 2007
+++ src/distrib/sparc/cdroms/installcd/Makefile Sun Jan 15 22:34:34 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:23 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill Exp $
CDBASE= sparccd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
@@ -11,7 +11,7 @@ SUN_BOOT_ARGS:= ${CDBOOTIMAGE} ${CDBOOTI
image_md_post:
SUNLABEL=${TOOL_SUNLABEL:Q} \
${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
- ${CDBASE}.iso ${SUN_BOOT_ARGS}
+ ${CDIMAGE} ${SUN_BOOT_ARGS}
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Index: src/distrib/sparc64/cdroms/installcd/Makefile
diff -u src/distrib/sparc64/cdroms/installcd/Makefile:1.13 src/distrib/sparc64/cdroms/installcd/Makefile:1.14
--- src/distrib/sparc64/cdroms/installcd/Makefile:1.13 Wed Jun 22 14:05:38 2011
+++ src/distrib/sparc64/cdroms/installcd/Makefile Sun Jan 15 22:34:34 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2011/06/22 14:05:38 martin Exp $
+# $NetBSD: Makefile,v 1.14 2012/01/15 22:34:34 jmcneill Exp $
CDBASE= sparc64cd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
@@ -80,7 +80,7 @@ image_md_pre:
image_md_post:
SUNLABEL=${TOOL_SUNLABEL:Q} \
${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
- ${CDBASE}.iso ${SUN_BOOT_ARGS}
+ ${CDIMAGE} ${SUN_BOOT_ARGS}
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Index: src/distrib/sun3/cdroms/installcd/Makefile
diff -u src/distrib/sun3/cdroms/installcd/Makefile:1.1 src/distrib/sun3/cdroms/installcd/Makefile:1.2
--- src/distrib/sun3/cdroms/installcd/Makefile:1.1 Tue Mar 6 21:57:26 2007
+++ src/distrib/sun3/cdroms/installcd/Makefile Sun Jan 15 22:34:34 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:26 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill Exp $
CDBASE= sun3cd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
@@ -12,7 +12,7 @@ SUN_BOOT_ARGS:= - - - ${CDBOOTIMAGE} ${C
image_md_post:
SUNLABEL=${TOOL_SUNLABEL:Q} \
${HOST_SH} ${NETBSDSRCDIR}/distrib/common/sunbootcd.sh \
- ${CDBASE}.iso ${SUN_BOOT_ARGS}
+ ${CDIMAGE} ${SUN_BOOT_ARGS}
.include "${.CURDIR}/../../../common/Makefile.bootcd"
Index: src/distrib/vax/cdroms/installcd/Makefile
diff -u src/distrib/vax/cdroms/installcd/Makefile:1.1 src/distrib/vax/cdroms/installcd/Makefile:1.2
--- src/distrib/vax/cdroms/installcd/Makefile:1.1 Tue Mar 6 21:57:27 2007
+++ src/distrib/vax/cdroms/installcd/Makefile Sun Jan 15 22:34:34 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2007/03/06 21:57:27 bouyer Exp $
+# $NetBSD: Makefile,v 1.2 2012/01/15 22:34:34 jmcneill Exp $
CDBASE= vaxcd # gives ${CDBASE}.iso
CDRELEASE= true # include $RELEASEDIR/$MACHINE
CDKERNELS= install.ram.gz netbsd
@@ -12,6 +12,6 @@ prepare_md_post:
${CP} ${DESTDIR}/usr/mdec/xxboot bootxx.${MACHINE}
image_md_post:
- ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDBASE}.iso bootxx.${MACHINE}
+ ${TOOL_INSTALLBOOT} -m${MACHINE} ${CDIMAGE} bootxx.${MACHINE}
.include "${.CURDIR}/../../../common/Makefile.bootcd"