Install netbsd.ram.gz into release area so it can be used to start a netinstall

on systems which can use boot_big.net
This commit is contained in:
sommerfeld 2000-07-03 02:17:56 +00:00
parent 116f7a6983
commit 76827b3e8f
1 changed files with 3 additions and 1 deletions

View File

@ -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 <bsd.obj.mk>