From fde57b038682db7ada3416bddf0e17923af2c919 Mon Sep 17 00:00:00 2001 From: jkh Date: Wed, 8 Sep 1999 04:46:35 +0000 Subject: Bump maxusers in installation kernel down to something more low-memory friendly. --- release/alpha/dokern.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'release/alpha/dokern.sh') diff --git a/release/alpha/dokern.sh b/release/alpha/dokern.sh index fc0217e..5a7a7a5 100755 --- a/release/alpha/dokern.sh +++ b/release/alpha/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" -- cgit v1.1