From 76827b3e8fa1932ca072a858f1acf500509e72b3 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Mon, 3 Jul 2000 02:17:56 +0000 Subject: [PATCH] Install netbsd.ram.gz into release area so it can be used to start a netinstall on systems which can use boot_big.net --- distrib/sparc/bootfs/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distrib/sparc/bootfs/Makefile b/distrib/sparc/bootfs/Makefile index 5111a030a199..a72fd63169fc 100644 --- a/distrib/sparc/bootfs/Makefile +++ b/distrib/sparc/bootfs/Makefile @@ -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: 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