summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-09-09 21:25:40 +0000
committerpst <pst@FreeBSD.org>1996-09-09 21:25:40 +0000
commit2a0a8b779a43a2a99d3f3f81ea19b14388848a00 (patch)
treee1b17dc9f93b8183d3cbae92c691841349bb7d50 /release
parent727e9d930895dd5ce2461f3b059e7208266d96d3 (diff)
downloadFreeBSD-src-2a0a8b779a43a2a99d3f3f81ea19b14388848a00.zip
FreeBSD-src-2a0a8b779a43a2a99d3f3f81ea19b14388848a00.tar.gz
Turn off KTRACE on MFS 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 79d8790..0135344 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.234 1996/08/03 06:49:00 jkh Exp $
+# $Id: Makefile,v 1.235 1996/09/07 01:05:16 pst Exp $
#
# How to roll a release:
#
@@ -552,6 +552,7 @@ doMFSKERN:
sed -e '/SYSV/d' \
-e '/pty/d' \
-e '/PROCFS/d' \
+ -e '/KTRACE/d' \
-e 's/GENERIC/BOOTMFS/g' \
-e '/maxusers/s/10/4/' < GENERIC > BOOTMFS && \
echo "options MFS" >> BOOTMFS && \
OpenPOWER on IntegriCloud