summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-10 08:15:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-10 08:15:38 +0000
commitc81cfb05e0965127ecc40627bf904a4ee629edcd (patch)
treec96e49c018b2103c71c0ddc974b767432340fbfd
parentcbe7e08892aeff9b202184b6d4dc40b511b330db (diff)
Notes
-rw-r--r--release/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/Makefile b/release/Makefile
index 6131f7b08c04..09f14671f326 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.411 1998/10/09 06:28:28 jkh Exp $
+# $Id: Makefile,v 1.412 1998/10/09 07:07:55 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -700,8 +700,6 @@ doMFSKERN:
-e '/MATH_EMULATE/d' \
-e 's/GENERIC/BOOTMFS/g' \
-e '/maxusers/s/32/4/' < GENERIC > BOOTMFS && \
- echo "options MFS" >> BOOTMFS && \
- echo "options MFS_ROOT" >> BOOTMFS && \
echo "options NFS_NOSERVER" >> BOOTMFS && \
echo 'options "MAXCONS=4"' >> BOOTMFS && \
echo "options SCSI_NO_OP_STRINGS" >> BOOTMFS && \