From 56df30b7c63bbeceb73f75bc2eb45c0e1c271e5e Mon Sep 17 00:00:00 2001 From: jkh Date: Mon, 29 May 1995 10:56:33 +0000 Subject: Nuke kernel out of root.flp; it's not necessary since there's already one in the bindist. This brings root.flp down to 392K! --- release/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/release/Makefile b/release/Makefile index 7fb5a9e..f9f9665 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.189 1995/05/29 02:12:50 phk Exp $ +# $Id: Makefile,v 1.190 1995/05/29 02:20:32 phk Exp $ # # How to roll a release: # @@ -366,7 +366,6 @@ release.9: mkdir ${RD}/rootfd cd ${RD}/rootfd && \ mkdir stand stand/info - ln -f ${RD}/kernels/GENERIC ${RD}/rootfd/kernel @cd ${.CURDIR} && $(MAKE) installCRUNCH CRUNCH=root \ DIR=${RD}/rootfd/stand ZIP=false tar --exclude CVS -cf - -C ${RD} info | tar xvf - -C ${RD}/rootfd/stand -- cgit v1.1