mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
Turn off KTRACE on MFS boot floppy.
This commit is contained in:
parent
fa1e8cdd2f
commit
a7c2b4b01a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18195
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user