mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 17:31:43 +01:00
Bump maxusers in installation kernel down to something more low-memory
friendly.
This commit is contained in:
parent
91ecf7f98f
commit
5407cadad6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51071
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user