Source-Changes-HG archive

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

[src/trunk]: src/distrib/cdrom set BOOTFILE.sparc64, to create bootable sparc...



details:   https://anonhg.NetBSD.org/src/rev/b16be5784c36
branches:  trunk
changeset: 537981:b16be5784c36
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Oct 09 11:57:14 2002 +0000

description:
set BOOTFILE.sparc64, to create bootable sparc64 cds.

diffstat:

 distrib/cdrom/NetBSD-1.6.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 183084548da7 -r b16be5784c36 distrib/cdrom/NetBSD-1.6.mk
--- a/distrib/cdrom/NetBSD-1.6.mk       Wed Oct 09 11:55:02 2002 +0000
+++ b/distrib/cdrom/NetBSD-1.6.mk       Wed Oct 09 11:57:14 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: NetBSD-1.6.mk,v 1.4 2002/10/08 14:18:17 lukem Exp $
+# $NetBSD: NetBSD-1.6.mk,v 1.5 2002/10/09 11:57:14 lukem Exp $
 #
 # Configuration file for the NetBSD 1.6 binary release.
 
@@ -36,6 +36,10 @@
 INTDIRS.sparc=         installation/bootfs
 MKISOFS_ARGS.sparc=    -hide-hfs ./installation -hide-joliet ./installation
 
+# BOOTFILE.sparc64 is absolute
+BOOTFILE.sparc64=      ${EXTFILEDIR}/sparc64-boot.fs
+EXTFILES.sparc64=      sparc64-boot.fs:sparc64/installation/misc/boot.fs.gz
+
 # BOOTFILE.vax is absolute
 BOOTFILE.vax=          ${EXTFILEDIR}/vax.xxboot
 EXTFILES.vax=          vax.xxboot:vax/binary/sets/base.tgz,./usr/mdec/xxboot



Home | Main Index | Thread Index | Old Index