mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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) ***
This commit is contained in:
parent
781434c1fc
commit
d3e1f93a58
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7931
1 changed files with 4 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue