summaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-09-08 04:47:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-09-08 04:47:17 +0000
commit70685daf5a02aac33ce77f8c4d1545be7d2dc434 (patch)
tree02739e32ec181dfb613b040707a9209e99adaf0e /release/scripts
parent61759134818afc10fc412ba6b745636a0dd0640c (diff)
Notes
Diffstat (limited to 'release/scripts')
-rwxr-xr-xrelease/scripts/dokern.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/scripts/dokern.sh b/release/scripts/dokern.sh
index 5d6b7eb0aa68..d7275eef4a68 100755
--- a/release/scripts/dokern.sh
+++ b/release/scripts/dokern.sh
@@ -9,11 +9,15 @@ sed -e '/pty/d' \
-e '/PROCFS/d' \
-e '/KTRACE/d' \
-e '/SYSVMSG/d' \
+ -e '/maxusers/d' \
-e 's/GENERIC/BOOTMFS/g'
# So dhclient will work (just on boot floppy).
echo "pseudo-device bpfilter 4"
+# reset maxusers to something lower
+echo "maxusers 5"
+
echo "options NFS_NOSERVER"
echo "options SCSI_NO_OP_STRINGS"
echo "options SCSI_NO_SENSE_STRINGS"