Source-Changes-HG archive

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

[src/trunk]: src/distrib/sparc/bootfs Install netbsd.ram.gz into release area...



details:   https://anonhg.NetBSD.org/src/rev/0cf658551291
branches:  trunk
changeset: 494159:0cf658551291
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon Jul 03 02:17:56 2000 +0000

description:
Install netbsd.ram.gz into release area so it can be used to start a netinstall
on systems which can use boot_big.net

diffstat:

 distrib/sparc/bootfs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e2628bcfc1a3 -r 0cf658551291 distrib/sparc/bootfs/Makefile
--- a/distrib/sparc/bootfs/Makefile     Mon Jul 03 02:16:07 2000 +0000
+++ b/distrib/sparc/bootfs/Makefile     Mon Jul 03 02:17:56 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2000/06/17 03:10:23 matt Exp $
+#      $NetBSD: Makefile,v 1.22 2000/07/03 02:17:56 sommerfeld Exp $
 
 TOP=           ${.CURDIR}/..
 MINIROOT=      ${.CURDIR}/../../miniroot
@@ -96,6 +96,8 @@
 release: $(IMAGE)
        gzip -c -9 < $(.OBJDIR)/boot.fs \
                > $(RELEASEDIR)/installation/bootfs/boot.fs.gz
+       cp -p netbsd.ram.gz $(RELEASEDIR)/installation/bootfs/netbsd.ram.gz
+
 .endif # RELEASEDIR check
 
 .include <bsd.obj.mk>



Home | Main Index | Thread Index | Old Index