diff options
author | phk <phk@FreeBSD.org> | 1995-04-19 01:19:57 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-04-19 01:19:57 +0000 |
commit | 4330105d460ac727c3a5451d4057f438f7ed3b17 (patch) | |
tree | 64de9aba2f0cb307bacc57bb0b6ea6962ed72574 /release/Makefile | |
parent | 971703aa62764a6b4ee98f92a6bf67296000116c (diff) | |
download | FreeBSD-src-4330105d460ac727c3a5451d4057f438f7ed3b17.zip FreeBSD-src-4330105d460ac727c3a5451d4057f438f7ed3b17.tar.gz |
kzip the kernels on the boot.flp and fixit.flp, and buy us more space...
*** This definitively kills installs on machines with less than 4Mb ***
*** the kzip stuff loads a the 3Mb line. This is Just Too Bad (TM) ***
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile index 76e8a1e..49fe14b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.136 1995/04/13 09:05:25 phk Exp $ +# $Id: Makefile,v 1.137 1995/04/13 20:21:06 jkh Exp $ # # How to roll a release: # @@ -147,12 +147,11 @@ release.3: rm -rf ${.CURDIR}/../sys/compile/$$i ; \ done rm -f ${.CURDIR}/../sys/i386/conf/BOOTCDROM + cd ${RD}/kernels && kzip BOOTFLP ln -f ${RD}/kernels/GENERIC ${RD}/trees/bin/kernel.GENERIC ln -f ${RD}/kernels/GENERIC ${RD}/cpiofd/kernel - cp ${RD}/kernels/BOOTFLP ${RD}/bootfd/kernel - strip ${RD}/bootfd/kernel - cp ${RD}/kernels/BOOTFLP ${RD}/fixitfd/kernel - strip ${RD}/fixitfd/kernel + ln -f ${RD}/kernels/BOOTFLP.kz ${RD}/bootfd/kernel + ln -f ${RD}/kernels/BOOTFLP.kz ${RD}/fixitfd/kernel touch release.3 # Make and install the three crunched binaries which live on the floppies. |