summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-02-01 22:53:32 +0000
committerjkh <jkh@FreeBSD.org>1995-02-01 22:53:32 +0000
commitdded5eaf51629224d34e43db5e6f2812fd497d2a (patch)
tree9958405f15e9f5a61a05ee8d27f7a978b7a6b5be /release
parente33eacfbc00d0e0076fb9d6f6af876640ca45e21 (diff)
downloadFreeBSD-src-dded5eaf51629224d34e43db5e6f2812fd497d2a.zip
FreeBSD-src-dded5eaf51629224d34e43db5e6f2812fd497d2a.tar.gz
Don't forget to make the gzip'd boot floppy.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index be7b838..16b814a 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
OpenPOWER on IntegriCloud