Module Name:    src
Committed By:   minoura
Date:           Tue Jun 19 13:01:53 UTC 2012

Modified Files:
        src/distrib/x68k/cdroms/installcd: Makefile

Log Message:
The x68k installcd is now bootable.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.2
--- src/distrib/x68k/cdroms/installcd/Makefile:1.1	Tue Mar  6 21:57:28 2007
+++ src/distrib/x68k/cdroms/installcd/Makefile	Tue Jun 19 13:01:53 2012
@@ -1,5 +1,13 @@
-#	$NetBSD: Makefile,v 1.1 2007/03/06 21:57:28 bouyer Exp $
+#	$NetBSD: Makefile,v 1.2 2012/06/19 13:01:53 minoura Exp $
 CDBASE=		x68kcd			# gives ${CDBASE}.iso
 CDRELEASE=	true			# include $RELEASEDIR/$MACHINE
+CDINSTKERNEL=	../../floppies/instkernel
+CDKERNELS=	netbsd-INSTALL.gz	netbsd
+BOOTXX_CD9660=	${DESTDIR}/usr/mdec/xxboot_cd9660
+CDMAKEFSOPTIONS= generic-bootimage=${BOOTXX_CD9660}
+
+prepare_md_post:
+	${CP} ${BOOT} cdrom
+
 
 .include "${.CURDIR}/../../../common/Makefile.bootcd"

Reply via email to