From cfba24a39b25e4f91d0c06e229d8d8acdce4af3c Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 1 Feb 1995 22:53:32 +0000 Subject: [PATCH] Don't forget to make the gzip'd boot floppy. --- release/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/Makefile b/release/Makefile index be7b83827a3..16b814aca08 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.97 1995/01/30 07:01:56 jkh Exp $ +# $Id: Makefile,v 1.98 1995/02/01 11:19:24 jkh Exp $ # FLOPPY= fd0 @@ -111,6 +111,7 @@ boot.flp: kernel.BOOTFLP dd if=/dev/r${FLOPPY} of=boot.tmp bs=${DDBS} count=${DDCOUNT} mv boot.tmp boot.flp od -x boot.flp | head -3 + gzip -9 -c < boot.flp > boot.flp.gz cpio.flp: kernel crunchgen ${.CURDIR}/cpio_flp_1.conf