diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-09-08 04:46:35 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-09-08 04:46:35 +0000 |
| commit | 5407cadad640d527f151b6d89f15172145d3d99f (patch) | |
| tree | a36a243f188b531710ed654be1cd746d96a15f82 /release/i386 | |
| parent | 91ecf7f98fab7652bb998eb6faaa14db0c913a22 (diff) | |
Notes
Diffstat (limited to 'release/i386')
| -rwxr-xr-x | release/i386/dokern.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release/i386/dokern.sh b/release/i386/dokern.sh index fc0217e59776..5a7a7a56064e 100755 --- a/release/i386/dokern.sh +++ b/release/i386/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 bpf 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" |
