Module Name:    src
Committed By:   jdc
Date:           Sat Nov 24 20:29:49 UTC 2012

Modified Files:
        src/distrib/x68k/cdroms/installcd [netbsd-6]: Makefile

Log Message:
Pull up revisions:
  src/distrib/x68k/cdroms/installcd/Makefile revisions 1.2,1.3
(requested by tsutsui in ticket #708).

The x68k installcd is now bootable.

Use CDBUILDEXTRA to copy secondary bootloader into target CD iso image.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.40.1 src/distrib/x68k/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/x68k/cdroms/installcd/Makefile
diff -u src/distrib/x68k/cdroms/installcd/Makefile:1.1 src/distrib/x68k/cdroms/installcd/Makefile:1.1.40.1
--- src/distrib/x68k/cdroms/installcd/Makefile:1.1	Tue Mar  6 21:57:28 2007
+++ src/distrib/x68k/cdroms/installcd/Makefile	Sat Nov 24 20:29:49 2012
@@ -1,5 +1,10 @@
-#	$NetBSD: Makefile,v 1.1 2007/03/06 21:57:28 bouyer Exp $
+#	$NetBSD: Makefile,v 1.1.40.1 2012/11/24 20:29:49 jdc Exp $
 CDBASE=		x68kcd			# gives ${CDBASE}.iso
 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
+CDINSTKERNEL=	../../floppies/instkernel
+CDKERNELS=	netbsd-INSTALL.gz	netbsd
+CDBUILDEXTRA=	${BOOT}
+BOOTXX_CD9660=	${DESTDIR}/usr/mdec/xxboot_cd9660
+CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660}
 
 .include "${.CURDIR}/../../../common/Makefile.bootcd"

Reply via email to