diff options
author | jkh <jkh@FreeBSD.org> | 1996-06-08 22:55:25 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-06-08 22:55:25 +0000 |
commit | 703fd63cf999c547aa65270ed7d52d7c248bb708 (patch) | |
tree | caa7b5851c00c36bc11314a1bb25417f37a18cc3 /release/Makefile | |
parent | 334d5a2501b8e9c0a881869a4a14de472a3d752a (diff) | |
download | FreeBSD-src-703fd63cf999c547aa65270ed7d52d7c248bb708.zip FreeBSD-src-703fd63cf999c547aa65270ed7d52d7c248bb708.tar.gz |
Finally get this back into shape following my incorporation of Garrett's
enhancements.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile index f7b8760..cc8375b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.193.2.48 1996/06/06 22:53:21 jkh Exp $ +# $Id: Makefile,v 1.219 1996/06/07 11:46:18 jkh Exp $ # # How to roll a release: # @@ -534,8 +534,9 @@ doMFSKERN: -e '/maxusers/s/10/4/' < GENERIC > BOOTMFS && \ echo "options MFS" >> BOOTMFS && \ echo "options NFS_NOSERVER" >> BOOTMFS && \ - echo 'options "MAXCONS=4"' >> BOOTMFS && \ - echo "options \"MFS_ROOT=`cat fs-image.${FSIMAGE}.size`\"" >> BOOTMFS + echo 'options "MAXCONS=4"' >> BOOTMFS + echo "options \"MFS_ROOT=`cat fs-image.${FSIMAGE}.size`\"" >> \ + ${.CURDIR}/../sys/i386/conf/BOOTMFS cd ${.CURDIR} && ${MAKE} doKERNEL KERNEL=BOOTMFS rm -rf ${RD}/boot.${FSIMAGE} mkdir ${RD}/boot.${FSIMAGE} |