Source-Changes-HG archive

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

[src/netbsd-6]: src/distrib/x68k/cdroms/installcd Pull up revisions:



details:   https://anonhg.NetBSD.org/src/rev/ee08a7a2142b
branches:  netbsd-6
changeset: 775524:ee08a7a2142b
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Nov 24 20:29:49 2012 +0000

description:
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.

diffstat:

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

diffs (15 lines):

diff -r ebba81a2aaf8 -r ee08a7a2142b distrib/x68k/cdroms/installcd/Makefile
--- a/distrib/x68k/cdroms/installcd/Makefile    Sat Nov 24 20:20:24 2012 +0000
+++ b/distrib/x68k/cdroms/installcd/Makefile    Sat Nov 24 20:29:49 2012 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index