Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/x68k/cdroms/installcd The x68k installcd is now boot...



details:   https://anonhg.NetBSD.org/src/rev/12ac60211812
branches:  trunk
changeset: 779796:12ac60211812
user:      minoura <minoura%NetBSD.org@localhost>
date:      Tue Jun 19 13:01:53 2012 +0000

description:
The x68k installcd is now bootable.

diffstat:

 distrib/x68k/cdroms/installcd/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 64b5b8f5c5f8 -r 12ac60211812 distrib/x68k/cdroms/installcd/Makefile
--- a/distrib/x68k/cdroms/installcd/Makefile    Tue Jun 19 13:00:55 2012 +0000
+++ b/distrib/x68k/cdroms/installcd/Makefile    Tue Jun 19 13:01:53 2012 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index